stratosphere-imagebuilder-1.0.0: Stratosphere integration for AWS ImageBuilder.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.ImageBuilder.InfrastructureConfiguration

Documentation

data LoggingProperty Source #

Instances

Instances details
ToJSON LoggingProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration.LoggingProperty

Show LoggingProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration.LoggingProperty

Eq LoggingProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration.LoggingProperty

ToResourceProperties LoggingProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration.LoggingProperty

Property "S3Logs" LoggingProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration.LoggingProperty

type PropertyType "S3Logs" LoggingProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration.LoggingProperty

data S3LogsProperty Source #

Instances

Instances details
ToJSON S3LogsProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration.S3LogsProperty

Show S3LogsProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration.S3LogsProperty

Eq S3LogsProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration.S3LogsProperty

ToResourceProperties S3LogsProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration.S3LogsProperty

Property "S3BucketName" S3LogsProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration.S3LogsProperty

Associated Types

type PropertyType "S3BucketName" S3LogsProperty 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration.S3LogsProperty

type PropertyType "S3BucketName" S3LogsProperty = Value Text
Property "S3KeyPrefix" S3LogsProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration.S3LogsProperty

Associated Types

type PropertyType "S3KeyPrefix" S3LogsProperty 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration.S3LogsProperty

type PropertyType "S3KeyPrefix" S3LogsProperty = Value Text
type PropertyType "S3BucketName" S3LogsProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration.S3LogsProperty

type PropertyType "S3BucketName" S3LogsProperty = Value Text
type PropertyType "S3KeyPrefix" S3LogsProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration.S3LogsProperty

type PropertyType "S3KeyPrefix" S3LogsProperty = Value Text

data InfrastructureConfiguration Source #

Constructors

InfrastructureConfiguration

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html

Fields

Instances

Instances details
ToJSON InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

Show InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

Eq InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

ToResourceProperties InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

Property "Description" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

Property "InstanceMetadataOptions" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

Associated Types

type PropertyType "InstanceMetadataOptions" InfrastructureConfiguration 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

Property "InstanceProfileName" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

Associated Types

type PropertyType "InstanceProfileName" InfrastructureConfiguration 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

type PropertyType "InstanceProfileName" InfrastructureConfiguration = Value Text
Property "InstanceTypes" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

Property "KeyPair" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

Property "Logging" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

Property "Name" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

Property "Placement" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

Property "ResourceTags" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

Property "SecurityGroupIds" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

Associated Types

type PropertyType "SecurityGroupIds" InfrastructureConfiguration 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

Property "SnsTopicArn" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

Property "SubnetId" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

Property "Tags" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

Property "TerminateInstanceOnFailure" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

Associated Types

type PropertyType "TerminateInstanceOnFailure" InfrastructureConfiguration 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

type PropertyType "TerminateInstanceOnFailure" InfrastructureConfiguration = Value Bool
type PropertyType "Description" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

type PropertyType "InstanceMetadataOptions" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

type PropertyType "InstanceProfileName" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

type PropertyType "InstanceProfileName" InfrastructureConfiguration = Value Text
type PropertyType "InstanceTypes" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

type PropertyType "KeyPair" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

type PropertyType "Logging" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

type PropertyType "Name" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

type PropertyType "Placement" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

type PropertyType "ResourceTags" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

type PropertyType "SecurityGroupIds" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

type PropertyType "SnsTopicArn" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

type PropertyType "SubnetId" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

type PropertyType "Tags" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

type PropertyType "TerminateInstanceOnFailure" InfrastructureConfiguration Source # 
Instance details

Defined in Stratosphere.ImageBuilder.InfrastructureConfiguration

type PropertyType "TerminateInstanceOnFailure" InfrastructureConfiguration = Value Bool