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

Stratosphere.ImageBuilder.Image

Documentation

data WorkflowParameterProperty Source #

Instances

Instances details
ToJSON WorkflowParameterProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image.WorkflowParameterProperty

Show WorkflowParameterProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image.WorkflowParameterProperty

Eq WorkflowParameterProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image.WorkflowParameterProperty

ToResourceProperties WorkflowParameterProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image.WorkflowParameterProperty

Property "Name" WorkflowParameterProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image.WorkflowParameterProperty

Property "Value" WorkflowParameterProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image.WorkflowParameterProperty

type PropertyType "Name" WorkflowParameterProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image.WorkflowParameterProperty

type PropertyType "Value" WorkflowParameterProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image.WorkflowParameterProperty

data WorkflowConfigurationProperty Source #

Instances

Instances details
ToJSON WorkflowConfigurationProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image.WorkflowConfigurationProperty

Show WorkflowConfigurationProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image.WorkflowConfigurationProperty

Eq WorkflowConfigurationProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image.WorkflowConfigurationProperty

ToResourceProperties WorkflowConfigurationProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image.WorkflowConfigurationProperty

Property "OnFailure" WorkflowConfigurationProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image.WorkflowConfigurationProperty

Property "ParallelGroup" WorkflowConfigurationProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image.WorkflowConfigurationProperty

Property "Parameters" WorkflowConfigurationProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image.WorkflowConfigurationProperty

Property "WorkflowArn" WorkflowConfigurationProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image.WorkflowConfigurationProperty

type PropertyType "OnFailure" WorkflowConfigurationProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image.WorkflowConfigurationProperty

type PropertyType "ParallelGroup" WorkflowConfigurationProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image.WorkflowConfigurationProperty

type PropertyType "Parameters" WorkflowConfigurationProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image.WorkflowConfigurationProperty

type PropertyType "WorkflowArn" WorkflowConfigurationProperty Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image.WorkflowConfigurationProperty

data Image Source #

Constructors

Image

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

Fields

Instances

Instances details
ToJSON Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

Show Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

Methods

showsPrec :: Int -> Image -> ShowS #

show :: Image -> String #

showList :: [Image] -> ShowS #

Eq Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

Methods

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

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

ToResourceProperties Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

Property "ContainerRecipeArn" Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

Associated Types

type PropertyType "ContainerRecipeArn" Image 
Instance details

Defined in Stratosphere.ImageBuilder.Image

type PropertyType "ContainerRecipeArn" Image = Value Text

Methods

set :: PropertyType "ContainerRecipeArn" Image -> Image -> Image #

Property "DeletionSettings" Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

Associated Types

type PropertyType "DeletionSettings" Image 
Instance details

Defined in Stratosphere.ImageBuilder.Image

type PropertyType "DeletionSettings" Image = DeletionSettingsProperty

Methods

set :: PropertyType "DeletionSettings" Image -> Image -> Image #

Property "DistributionConfigurationArn" Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

Associated Types

type PropertyType "DistributionConfigurationArn" Image 
Instance details

Defined in Stratosphere.ImageBuilder.Image

type PropertyType "DistributionConfigurationArn" Image = Value Text

Methods

set :: PropertyType "DistributionConfigurationArn" Image -> Image -> Image #

Property "EnhancedImageMetadataEnabled" Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

Associated Types

type PropertyType "EnhancedImageMetadataEnabled" Image 
Instance details

Defined in Stratosphere.ImageBuilder.Image

type PropertyType "EnhancedImageMetadataEnabled" Image = Value Bool

Methods

set :: PropertyType "EnhancedImageMetadataEnabled" Image -> Image -> Image #

Property "ExecutionRole" Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

Associated Types

type PropertyType "ExecutionRole" Image 
Instance details

Defined in Stratosphere.ImageBuilder.Image

type PropertyType "ExecutionRole" Image = Value Text

Methods

set :: PropertyType "ExecutionRole" Image -> Image -> Image #

Property "ImagePipelineExecutionSettings" Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

Associated Types

type PropertyType "ImagePipelineExecutionSettings" Image 
Instance details

Defined in Stratosphere.ImageBuilder.Image

type PropertyType "ImagePipelineExecutionSettings" Image = ImagePipelineExecutionSettingsProperty

Methods

set :: PropertyType "ImagePipelineExecutionSettings" Image -> Image -> Image #

Property "ImageRecipeArn" Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

Associated Types

type PropertyType "ImageRecipeArn" Image 
Instance details

Defined in Stratosphere.ImageBuilder.Image

type PropertyType "ImageRecipeArn" Image = Value Text

Methods

set :: PropertyType "ImageRecipeArn" Image -> Image -> Image #

Property "ImageScanningConfiguration" Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

Associated Types

type PropertyType "ImageScanningConfiguration" Image 
Instance details

Defined in Stratosphere.ImageBuilder.Image

type PropertyType "ImageScanningConfiguration" Image = ImageScanningConfigurationProperty

Methods

set :: PropertyType "ImageScanningConfiguration" Image -> Image -> Image #

Property "ImageTestsConfiguration" Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

Associated Types

type PropertyType "ImageTestsConfiguration" Image 
Instance details

Defined in Stratosphere.ImageBuilder.Image

type PropertyType "ImageTestsConfiguration" Image = ImageTestsConfigurationProperty

Methods

set :: PropertyType "ImageTestsConfiguration" Image -> Image -> Image #

Property "InfrastructureConfigurationArn" Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

Associated Types

type PropertyType "InfrastructureConfigurationArn" Image 
Instance details

Defined in Stratosphere.ImageBuilder.Image

type PropertyType "InfrastructureConfigurationArn" Image = Value Text

Methods

set :: PropertyType "InfrastructureConfigurationArn" Image -> Image -> Image #

Property "LoggingConfiguration" Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

Associated Types

type PropertyType "LoggingConfiguration" Image 
Instance details

Defined in Stratosphere.ImageBuilder.Image

Methods

set :: PropertyType "LoggingConfiguration" Image -> Image -> Image #

Property "Tags" Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

Associated Types

type PropertyType "Tags" Image 
Instance details

Defined in Stratosphere.ImageBuilder.Image

Methods

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

Property "Workflows" Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

Associated Types

type PropertyType "Workflows" Image 
Instance details

Defined in Stratosphere.ImageBuilder.Image

Methods

set :: PropertyType "Workflows" Image -> Image -> Image #

type PropertyType "ContainerRecipeArn" Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

type PropertyType "ContainerRecipeArn" Image = Value Text
type PropertyType "DeletionSettings" Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

type PropertyType "DeletionSettings" Image = DeletionSettingsProperty
type PropertyType "DistributionConfigurationArn" Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

type PropertyType "DistributionConfigurationArn" Image = Value Text
type PropertyType "EnhancedImageMetadataEnabled" Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

type PropertyType "EnhancedImageMetadataEnabled" Image = Value Bool
type PropertyType "ExecutionRole" Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

type PropertyType "ExecutionRole" Image = Value Text
type PropertyType "ImagePipelineExecutionSettings" Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

type PropertyType "ImagePipelineExecutionSettings" Image = ImagePipelineExecutionSettingsProperty
type PropertyType "ImageRecipeArn" Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

type PropertyType "ImageRecipeArn" Image = Value Text
type PropertyType "ImageScanningConfiguration" Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

type PropertyType "ImageScanningConfiguration" Image = ImageScanningConfigurationProperty
type PropertyType "ImageTestsConfiguration" Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

type PropertyType "ImageTestsConfiguration" Image = ImageTestsConfigurationProperty
type PropertyType "InfrastructureConfigurationArn" Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

type PropertyType "InfrastructureConfigurationArn" Image = Value Text
type PropertyType "LoggingConfiguration" Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

type PropertyType "Tags" Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image

type PropertyType "Workflows" Image Source # 
Instance details

Defined in Stratosphere.ImageBuilder.Image