stratosphere-ec2-1.0.0: Stratosphere integration for AWS EC2.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.EC2.KeyPair

Documentation

data KeyPair Source #

Instances

Instances details
ToJSON KeyPair Source # 
Instance details

Defined in Stratosphere.EC2.KeyPair

Show KeyPair Source # 
Instance details

Defined in Stratosphere.EC2.KeyPair

Eq KeyPair Source # 
Instance details

Defined in Stratosphere.EC2.KeyPair

Methods

(==) :: KeyPair -> KeyPair -> Bool #

(/=) :: KeyPair -> KeyPair -> Bool #

ToResourceProperties KeyPair Source # 
Instance details

Defined in Stratosphere.EC2.KeyPair

Property "KeyFormat" KeyPair Source # 
Instance details

Defined in Stratosphere.EC2.KeyPair

Associated Types

type PropertyType "KeyFormat" KeyPair 
Instance details

Defined in Stratosphere.EC2.KeyPair

type PropertyType "KeyFormat" KeyPair = Value Text

Methods

set :: PropertyType "KeyFormat" KeyPair -> KeyPair -> KeyPair #

Property "KeyName" KeyPair Source # 
Instance details

Defined in Stratosphere.EC2.KeyPair

Associated Types

type PropertyType "KeyName" KeyPair 
Instance details

Defined in Stratosphere.EC2.KeyPair

type PropertyType "KeyName" KeyPair = Value Text

Methods

set :: PropertyType "KeyName" KeyPair -> KeyPair -> KeyPair #

Property "KeyType" KeyPair Source # 
Instance details

Defined in Stratosphere.EC2.KeyPair

Associated Types

type PropertyType "KeyType" KeyPair 
Instance details

Defined in Stratosphere.EC2.KeyPair

type PropertyType "KeyType" KeyPair = Value Text

Methods

set :: PropertyType "KeyType" KeyPair -> KeyPair -> KeyPair #

Property "PublicKeyMaterial" KeyPair Source # 
Instance details

Defined in Stratosphere.EC2.KeyPair

Associated Types

type PropertyType "PublicKeyMaterial" KeyPair 
Instance details

Defined in Stratosphere.EC2.KeyPair

type PropertyType "PublicKeyMaterial" KeyPair = Value Text

Methods

set :: PropertyType "PublicKeyMaterial" KeyPair -> KeyPair -> KeyPair #

Property "Tags" KeyPair Source # 
Instance details

Defined in Stratosphere.EC2.KeyPair

Associated Types

type PropertyType "Tags" KeyPair 
Instance details

Defined in Stratosphere.EC2.KeyPair

type PropertyType "Tags" KeyPair = [Tag]

Methods

set :: PropertyType "Tags" KeyPair -> KeyPair -> KeyPair #

type PropertyType "KeyFormat" KeyPair Source # 
Instance details

Defined in Stratosphere.EC2.KeyPair

type PropertyType "KeyFormat" KeyPair = Value Text
type PropertyType "KeyName" KeyPair Source # 
Instance details

Defined in Stratosphere.EC2.KeyPair

type PropertyType "KeyName" KeyPair = Value Text
type PropertyType "KeyType" KeyPair Source # 
Instance details

Defined in Stratosphere.EC2.KeyPair

type PropertyType "KeyType" KeyPair = Value Text
type PropertyType "PublicKeyMaterial" KeyPair Source # 
Instance details

Defined in Stratosphere.EC2.KeyPair

type PropertyType "PublicKeyMaterial" KeyPair = Value Text
type PropertyType "Tags" KeyPair Source # 
Instance details

Defined in Stratosphere.EC2.KeyPair

type PropertyType "Tags" KeyPair = [Tag]