| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ImageBuilder.ImagePipeline
Documentation
data WorkflowParameterProperty Source #
Constructors
| WorkflowParameterProperty | |
Instances
data WorkflowConfigurationProperty Source #
Constructors
| WorkflowConfigurationProperty | |
Fields
| |
Instances
| ToJSON WorkflowConfigurationProperty Source # | |||||
| Show WorkflowConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline.WorkflowConfigurationProperty Methods showsPrec :: Int -> WorkflowConfigurationProperty -> ShowS # show :: WorkflowConfigurationProperty -> String # showList :: [WorkflowConfigurationProperty] -> ShowS # | |||||
| Eq WorkflowConfigurationProperty Source # | |||||
| ToResourceProperties WorkflowConfigurationProperty Source # | |||||
| Property "OnFailure" WorkflowConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline.WorkflowConfigurationProperty Associated Types
Methods set :: PropertyType "OnFailure" WorkflowConfigurationProperty -> WorkflowConfigurationProperty -> WorkflowConfigurationProperty # | |||||
| Property "ParallelGroup" WorkflowConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline.WorkflowConfigurationProperty Associated Types
Methods set :: PropertyType "ParallelGroup" WorkflowConfigurationProperty -> WorkflowConfigurationProperty -> WorkflowConfigurationProperty # | |||||
| Property "Parameters" WorkflowConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline.WorkflowConfigurationProperty Associated Types
Methods set :: PropertyType "Parameters" WorkflowConfigurationProperty -> WorkflowConfigurationProperty -> WorkflowConfigurationProperty # | |||||
| Property "WorkflowArn" WorkflowConfigurationProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline.WorkflowConfigurationProperty Associated Types
Methods set :: PropertyType "WorkflowArn" WorkflowConfigurationProperty -> WorkflowConfigurationProperty -> WorkflowConfigurationProperty # | |||||
| type PropertyType "OnFailure" WorkflowConfigurationProperty Source # | |||||
| type PropertyType "ParallelGroup" WorkflowConfigurationProperty Source # | |||||
| type PropertyType "Parameters" WorkflowConfigurationProperty Source # | |||||
| type PropertyType "WorkflowArn" WorkflowConfigurationProperty Source # | |||||
data ImagePipeline Source #
Constructors
| ImagePipeline | |
Fields
| |
Instances
| ToJSON ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline Methods toJSON :: ImagePipeline -> Value # toEncoding :: ImagePipeline -> Encoding # toJSONList :: [ImagePipeline] -> Value # toEncodingList :: [ImagePipeline] -> Encoding # omitField :: ImagePipeline -> Bool # | |||||
| Show ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline Methods showsPrec :: Int -> ImagePipeline -> ShowS # show :: ImagePipeline -> String # showList :: [ImagePipeline] -> ShowS # | |||||
| Eq ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline Methods (==) :: ImagePipeline -> ImagePipeline -> Bool # (/=) :: ImagePipeline -> ImagePipeline -> Bool # | |||||
| ToResourceProperties ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline Methods toResourceProperties :: ImagePipeline -> ResourceProperties # | |||||
| Property "ContainerRecipeArn" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline Associated Types
Methods set :: PropertyType "ContainerRecipeArn" ImagePipeline -> ImagePipeline -> ImagePipeline # | |||||
| Property "Description" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline Associated Types
Methods set :: PropertyType "Description" ImagePipeline -> ImagePipeline -> ImagePipeline # | |||||
| Property "DistributionConfigurationArn" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline Associated Types
Methods set :: PropertyType "DistributionConfigurationArn" ImagePipeline -> ImagePipeline -> ImagePipeline # | |||||
| Property "EnhancedImageMetadataEnabled" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline Associated Types
Methods set :: PropertyType "EnhancedImageMetadataEnabled" ImagePipeline -> ImagePipeline -> ImagePipeline # | |||||
| Property "ExecutionRole" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline Associated Types
Methods set :: PropertyType "ExecutionRole" ImagePipeline -> ImagePipeline -> ImagePipeline # | |||||
| Property "ImageRecipeArn" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline Associated Types
Methods set :: PropertyType "ImageRecipeArn" ImagePipeline -> ImagePipeline -> ImagePipeline # | |||||
| Property "ImageScanningConfiguration" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline Associated Types
Methods set :: PropertyType "ImageScanningConfiguration" ImagePipeline -> ImagePipeline -> ImagePipeline # | |||||
| Property "ImageTestsConfiguration" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline Associated Types
Methods set :: PropertyType "ImageTestsConfiguration" ImagePipeline -> ImagePipeline -> ImagePipeline # | |||||
| Property "InfrastructureConfigurationArn" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline Associated Types
Methods set :: PropertyType "InfrastructureConfigurationArn" ImagePipeline -> ImagePipeline -> ImagePipeline # | |||||
| Property "LoggingConfiguration" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline Associated Types
Methods set :: PropertyType "LoggingConfiguration" ImagePipeline -> ImagePipeline -> ImagePipeline # | |||||
| Property "Name" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline Associated Types
Methods set :: PropertyType "Name" ImagePipeline -> ImagePipeline -> ImagePipeline # | |||||
| Property "Schedule" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline Associated Types
Methods set :: PropertyType "Schedule" ImagePipeline -> ImagePipeline -> ImagePipeline # | |||||
| Property "Status" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline Associated Types
Methods set :: PropertyType "Status" ImagePipeline -> ImagePipeline -> ImagePipeline # | |||||
| Property "Tags" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline Associated Types
Methods set :: PropertyType "Tags" ImagePipeline -> ImagePipeline -> ImagePipeline # | |||||
| Property "Workflows" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline Associated Types
Methods set :: PropertyType "Workflows" ImagePipeline -> ImagePipeline -> ImagePipeline # | |||||
| type PropertyType "ContainerRecipeArn" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline | |||||
| type PropertyType "Description" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline | |||||
| type PropertyType "DistributionConfigurationArn" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline | |||||
| type PropertyType "EnhancedImageMetadataEnabled" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline | |||||
| type PropertyType "ExecutionRole" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline | |||||
| type PropertyType "ImageRecipeArn" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline | |||||
| type PropertyType "ImageScanningConfiguration" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline | |||||
| type PropertyType "ImageTestsConfiguration" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline | |||||
| type PropertyType "InfrastructureConfigurationArn" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline | |||||
| type PropertyType "LoggingConfiguration" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline | |||||
| type PropertyType "Name" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline | |||||
| type PropertyType "Schedule" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline | |||||
| type PropertyType "Status" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline | |||||
| type PropertyType "Tags" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline | |||||
| type PropertyType "Workflows" ImagePipeline Source # | |||||
Defined in Stratosphere.ImageBuilder.ImagePipeline | |||||
mkImagePipeline :: Value Text -> Value Text -> ImagePipeline Source #