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

Stratosphere.ImageBuilder.ImageRecipe

Documentation

data AdditionalInstanceConfigurationProperty Source #

Instances

Instances details
ToJSON AdditionalInstanceConfigurationProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe.AdditionalInstanceConfigurationProperty

Show AdditionalInstanceConfigurationProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe.AdditionalInstanceConfigurationProperty

Eq AdditionalInstanceConfigurationProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe.AdditionalInstanceConfigurationProperty

ToResourceProperties AdditionalInstanceConfigurationProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe.AdditionalInstanceConfigurationProperty

Property "SystemsManagerAgent" AdditionalInstanceConfigurationProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe.AdditionalInstanceConfigurationProperty

Property "UserDataOverride" AdditionalInstanceConfigurationProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe.AdditionalInstanceConfigurationProperty

type PropertyType "SystemsManagerAgent" AdditionalInstanceConfigurationProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe.AdditionalInstanceConfigurationProperty

type PropertyType "UserDataOverride" AdditionalInstanceConfigurationProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe.AdditionalInstanceConfigurationProperty

data SystemsManagerAgentProperty Source #

Instances

Instances details
ToJSON SystemsManagerAgentProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe.SystemsManagerAgentProperty

Show SystemsManagerAgentProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe.SystemsManagerAgentProperty

Eq SystemsManagerAgentProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe.SystemsManagerAgentProperty

ToResourceProperties SystemsManagerAgentProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe.SystemsManagerAgentProperty

Property "UninstallAfterBuild" SystemsManagerAgentProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe.SystemsManagerAgentProperty

Associated Types

type PropertyType "UninstallAfterBuild" SystemsManagerAgentProperty 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe.SystemsManagerAgentProperty

type PropertyType "UninstallAfterBuild" SystemsManagerAgentProperty = Value Bool
type PropertyType "UninstallAfterBuild" SystemsManagerAgentProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe.SystemsManagerAgentProperty

type PropertyType "UninstallAfterBuild" SystemsManagerAgentProperty = Value Bool

data ImageRecipe Source #

Constructors

ImageRecipe

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

Fields

Instances

Instances details
ToJSON ImageRecipe Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

Show ImageRecipe Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

Eq ImageRecipe Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

ToResourceProperties ImageRecipe Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

Property "AdditionalInstanceConfiguration" ImageRecipe Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

Associated Types

type PropertyType "AdditionalInstanceConfiguration" ImageRecipe 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

type PropertyType "AdditionalInstanceConfiguration" ImageRecipe = AdditionalInstanceConfigurationProperty

Methods

set :: PropertyType "AdditionalInstanceConfiguration" ImageRecipe -> ImageRecipe -> ImageRecipe #

Property "AmiTags" ImageRecipe Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

Associated Types

type PropertyType "AmiTags" ImageRecipe 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

Property "BlockDeviceMappings" ImageRecipe Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

Associated Types

type PropertyType "BlockDeviceMappings" ImageRecipe 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

Methods

set :: PropertyType "BlockDeviceMappings" ImageRecipe -> ImageRecipe -> ImageRecipe #

Property "Components" ImageRecipe Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

Associated Types

type PropertyType "Components" ImageRecipe 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

Methods

set :: PropertyType "Components" ImageRecipe -> ImageRecipe -> ImageRecipe #

Property "Description" ImageRecipe Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

Associated Types

type PropertyType "Description" ImageRecipe 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

type PropertyType "Description" ImageRecipe = Value Text

Methods

set :: PropertyType "Description" ImageRecipe -> ImageRecipe -> ImageRecipe #

Property "Name" ImageRecipe Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

Associated Types

type PropertyType "Name" ImageRecipe 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

Property "ParentImage" ImageRecipe Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

Associated Types

type PropertyType "ParentImage" ImageRecipe 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

type PropertyType "ParentImage" ImageRecipe = Value Text

Methods

set :: PropertyType "ParentImage" ImageRecipe -> ImageRecipe -> ImageRecipe #

Property "Tags" ImageRecipe Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

Associated Types

type PropertyType "Tags" ImageRecipe 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

Property "Version" ImageRecipe Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

Associated Types

type PropertyType "Version" ImageRecipe 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

Property "WorkingDirectory" ImageRecipe Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

Associated Types

type PropertyType "WorkingDirectory" ImageRecipe 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

type PropertyType "WorkingDirectory" ImageRecipe = Value Text

Methods

set :: PropertyType "WorkingDirectory" ImageRecipe -> ImageRecipe -> ImageRecipe #

type PropertyType "AdditionalInstanceConfiguration" ImageRecipe Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

type PropertyType "AdditionalInstanceConfiguration" ImageRecipe = AdditionalInstanceConfigurationProperty
type PropertyType "AmiTags" ImageRecipe Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

type PropertyType "BlockDeviceMappings" ImageRecipe Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

type PropertyType "Components" ImageRecipe Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

type PropertyType "Description" ImageRecipe Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

type PropertyType "Description" ImageRecipe = Value Text
type PropertyType "Name" ImageRecipe Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

type PropertyType "ParentImage" ImageRecipe Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

type PropertyType "ParentImage" ImageRecipe = Value Text
type PropertyType "Tags" ImageRecipe Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

type PropertyType "Version" ImageRecipe Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

type PropertyType "WorkingDirectory" ImageRecipe Source # 
Instance details

Defined in Stratosphere.ImageBuilder.ImageRecipe

type PropertyType "WorkingDirectory" ImageRecipe = Value Text