| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ImageBuilder.InfrastructureConfiguration
Documentation
data LoggingProperty Source #
Constructors
| LoggingProperty | |
Fields
| |
Instances
data S3LogsProperty Source #
Constructors
| S3LogsProperty | |
Fields
| |
Instances
| ToJSON S3LogsProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration.S3LogsProperty Methods toJSON :: S3LogsProperty -> Value # toEncoding :: S3LogsProperty -> Encoding # toJSONList :: [S3LogsProperty] -> Value # toEncodingList :: [S3LogsProperty] -> Encoding # omitField :: S3LogsProperty -> Bool # | |||||
| Show S3LogsProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration.S3LogsProperty Methods showsPrec :: Int -> S3LogsProperty -> ShowS # show :: S3LogsProperty -> String # showList :: [S3LogsProperty] -> ShowS # | |||||
| Eq S3LogsProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration.S3LogsProperty Methods (==) :: S3LogsProperty -> S3LogsProperty -> Bool # (/=) :: S3LogsProperty -> S3LogsProperty -> Bool # | |||||
| ToResourceProperties S3LogsProperty Source # | |||||
| Property "S3BucketName" S3LogsProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration.S3LogsProperty Associated Types
Methods set :: PropertyType "S3BucketName" S3LogsProperty -> S3LogsProperty -> S3LogsProperty # | |||||
| Property "S3KeyPrefix" S3LogsProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration.S3LogsProperty Associated Types
Methods set :: PropertyType "S3KeyPrefix" S3LogsProperty -> S3LogsProperty -> S3LogsProperty # | |||||
| type PropertyType "S3BucketName" S3LogsProperty Source # | |||||
| type PropertyType "S3KeyPrefix" S3LogsProperty Source # | |||||
data InfrastructureConfiguration Source #
Constructors
| InfrastructureConfiguration | |
Fields
| |
Instances
| ToJSON InfrastructureConfiguration Source # | |||||
Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration Methods toJSON :: InfrastructureConfiguration -> Value # toEncoding :: InfrastructureConfiguration -> Encoding # toJSONList :: [InfrastructureConfiguration] -> Value # toEncodingList :: [InfrastructureConfiguration] -> Encoding # | |||||
| Show InfrastructureConfiguration Source # | |||||
Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration Methods showsPrec :: Int -> InfrastructureConfiguration -> ShowS # show :: InfrastructureConfiguration -> String # showList :: [InfrastructureConfiguration] -> ShowS # | |||||
| Eq InfrastructureConfiguration Source # | |||||
Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration Methods (==) :: InfrastructureConfiguration -> InfrastructureConfiguration -> Bool # (/=) :: InfrastructureConfiguration -> InfrastructureConfiguration -> Bool # | |||||
| ToResourceProperties InfrastructureConfiguration Source # | |||||
| Property "Description" InfrastructureConfiguration Source # | |||||
Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration Associated Types
Methods set :: PropertyType "Description" InfrastructureConfiguration -> InfrastructureConfiguration -> InfrastructureConfiguration # | |||||
| Property "InstanceMetadataOptions" InfrastructureConfiguration Source # | |||||
Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration Associated Types
Methods set :: PropertyType "InstanceMetadataOptions" InfrastructureConfiguration -> InfrastructureConfiguration -> InfrastructureConfiguration # | |||||
| Property "InstanceProfileName" InfrastructureConfiguration Source # | |||||
Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration Associated Types
Methods set :: PropertyType "InstanceProfileName" InfrastructureConfiguration -> InfrastructureConfiguration -> InfrastructureConfiguration # | |||||
| Property "InstanceTypes" InfrastructureConfiguration Source # | |||||
Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration Associated Types
Methods set :: PropertyType "InstanceTypes" InfrastructureConfiguration -> InfrastructureConfiguration -> InfrastructureConfiguration # | |||||
| Property "KeyPair" InfrastructureConfiguration Source # | |||||
Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration Associated Types
Methods set :: PropertyType "KeyPair" InfrastructureConfiguration -> InfrastructureConfiguration -> InfrastructureConfiguration # | |||||
| Property "Logging" InfrastructureConfiguration Source # | |||||
Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration Associated Types
Methods set :: PropertyType "Logging" InfrastructureConfiguration -> InfrastructureConfiguration -> InfrastructureConfiguration # | |||||
| Property "Name" InfrastructureConfiguration Source # | |||||
Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration Associated Types
Methods set :: PropertyType "Name" InfrastructureConfiguration -> InfrastructureConfiguration -> InfrastructureConfiguration # | |||||
| Property "Placement" InfrastructureConfiguration Source # | |||||
Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration Associated Types
Methods set :: PropertyType "Placement" InfrastructureConfiguration -> InfrastructureConfiguration -> InfrastructureConfiguration # | |||||
| Property "ResourceTags" InfrastructureConfiguration Source # | |||||
Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration Associated Types
Methods set :: PropertyType "ResourceTags" InfrastructureConfiguration -> InfrastructureConfiguration -> InfrastructureConfiguration # | |||||
| Property "SecurityGroupIds" InfrastructureConfiguration Source # | |||||
Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration Associated Types
Methods set :: PropertyType "SecurityGroupIds" InfrastructureConfiguration -> InfrastructureConfiguration -> InfrastructureConfiguration # | |||||
| Property "SnsTopicArn" InfrastructureConfiguration Source # | |||||
Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration Associated Types
Methods set :: PropertyType "SnsTopicArn" InfrastructureConfiguration -> InfrastructureConfiguration -> InfrastructureConfiguration # | |||||
| Property "SubnetId" InfrastructureConfiguration Source # | |||||
Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration Associated Types
Methods set :: PropertyType "SubnetId" InfrastructureConfiguration -> InfrastructureConfiguration -> InfrastructureConfiguration # | |||||
| Property "Tags" InfrastructureConfiguration Source # | |||||
Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration Associated Types
Methods set :: PropertyType "Tags" InfrastructureConfiguration -> InfrastructureConfiguration -> InfrastructureConfiguration # | |||||
| Property "TerminateInstanceOnFailure" InfrastructureConfiguration Source # | |||||
Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration Associated Types
Methods set :: PropertyType "TerminateInstanceOnFailure" InfrastructureConfiguration -> InfrastructureConfiguration -> InfrastructureConfiguration # | |||||
| type PropertyType "Description" InfrastructureConfiguration Source # | |||||
| type PropertyType "InstanceMetadataOptions" InfrastructureConfiguration Source # | |||||
Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration type PropertyType "InstanceMetadataOptions" InfrastructureConfiguration = InstanceMetadataOptionsProperty | |||||
| type PropertyType "InstanceProfileName" InfrastructureConfiguration Source # | |||||
| type PropertyType "InstanceTypes" InfrastructureConfiguration Source # | |||||
| type PropertyType "KeyPair" InfrastructureConfiguration Source # | |||||
| type PropertyType "Logging" InfrastructureConfiguration Source # | |||||
| type PropertyType "Name" InfrastructureConfiguration Source # | |||||
| type PropertyType "Placement" InfrastructureConfiguration Source # | |||||
| type PropertyType "ResourceTags" InfrastructureConfiguration Source # | |||||
| type PropertyType "SecurityGroupIds" InfrastructureConfiguration Source # | |||||
| type PropertyType "SnsTopicArn" InfrastructureConfiguration Source # | |||||
| type PropertyType "SubnetId" InfrastructureConfiguration Source # | |||||
| type PropertyType "Tags" InfrastructureConfiguration Source # | |||||
| type PropertyType "TerminateInstanceOnFailure" InfrastructureConfiguration Source # | |||||