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

Stratosphere.EC2.LaunchTemplate.EbsProperty

Documentation

data EbsProperty Source #

Constructors

EbsProperty

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ebs.html

Fields

Instances

Instances details
ToJSON EbsProperty Source # 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

Show EbsProperty Source # 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

Eq EbsProperty Source # 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

ToResourceProperties EbsProperty Source # 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

Property "DeleteOnTermination" EbsProperty Source # 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

Associated Types

type PropertyType "DeleteOnTermination" EbsProperty 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

type PropertyType "DeleteOnTermination" EbsProperty = Value Bool

Methods

set :: PropertyType "DeleteOnTermination" EbsProperty -> EbsProperty -> EbsProperty #

Property "Encrypted" EbsProperty Source # 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

Associated Types

type PropertyType "Encrypted" EbsProperty 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

type PropertyType "Encrypted" EbsProperty = Value Bool

Methods

set :: PropertyType "Encrypted" EbsProperty -> EbsProperty -> EbsProperty #

Property "Iops" EbsProperty Source # 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

Associated Types

type PropertyType "Iops" EbsProperty 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

Property "KmsKeyId" EbsProperty Source # 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

Associated Types

type PropertyType "KmsKeyId" EbsProperty 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

Property "SnapshotId" EbsProperty Source # 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

Associated Types

type PropertyType "SnapshotId" EbsProperty 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

type PropertyType "SnapshotId" EbsProperty = Value Text

Methods

set :: PropertyType "SnapshotId" EbsProperty -> EbsProperty -> EbsProperty #

Property "Throughput" EbsProperty Source # 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

Associated Types

type PropertyType "Throughput" EbsProperty 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

Methods

set :: PropertyType "Throughput" EbsProperty -> EbsProperty -> EbsProperty #

Property "VolumeInitializationRate" EbsProperty Source # 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

Associated Types

type PropertyType "VolumeInitializationRate" EbsProperty 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

type PropertyType "VolumeInitializationRate" EbsProperty = Value Integer

Methods

set :: PropertyType "VolumeInitializationRate" EbsProperty -> EbsProperty -> EbsProperty #

Property "VolumeSize" EbsProperty Source # 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

Associated Types

type PropertyType "VolumeSize" EbsProperty 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

Methods

set :: PropertyType "VolumeSize" EbsProperty -> EbsProperty -> EbsProperty #

Property "VolumeType" EbsProperty Source # 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

Associated Types

type PropertyType "VolumeType" EbsProperty 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

type PropertyType "VolumeType" EbsProperty = Value Text

Methods

set :: PropertyType "VolumeType" EbsProperty -> EbsProperty -> EbsProperty #

type PropertyType "DeleteOnTermination" EbsProperty Source # 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

type PropertyType "DeleteOnTermination" EbsProperty = Value Bool
type PropertyType "Encrypted" EbsProperty Source # 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

type PropertyType "Encrypted" EbsProperty = Value Bool
type PropertyType "Iops" EbsProperty Source # 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

type PropertyType "KmsKeyId" EbsProperty Source # 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

type PropertyType "SnapshotId" EbsProperty Source # 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

type PropertyType "SnapshotId" EbsProperty = Value Text
type PropertyType "Throughput" EbsProperty Source # 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

type PropertyType "VolumeInitializationRate" EbsProperty Source # 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

type PropertyType "VolumeInitializationRate" EbsProperty = Value Integer
type PropertyType "VolumeSize" EbsProperty Source # 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

type PropertyType "VolumeType" EbsProperty Source # 
Instance details

Defined in Stratosphere.EC2.LaunchTemplate.EbsProperty

type PropertyType "VolumeType" EbsProperty = Value Text