module Stratosphere.ImageBuilder.Image (
module Exports, Image(..), mkImage
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.ImageBuilder.Image.DeletionSettingsProperty as Exports
import {-# SOURCE #-} Stratosphere.ImageBuilder.Image.ImageLoggingConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.ImageBuilder.Image.ImagePipelineExecutionSettingsProperty as Exports
import {-# SOURCE #-} Stratosphere.ImageBuilder.Image.ImageScanningConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.ImageBuilder.Image.ImageTestsConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.ImageBuilder.Image.WorkflowConfigurationProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data Image
=
Image {Image -> ()
haddock_workaround_ :: (),
Image -> Maybe (Value Text)
containerRecipeArn :: (Prelude.Maybe (Value Prelude.Text)),
Image -> Maybe DeletionSettingsProperty
deletionSettings :: (Prelude.Maybe DeletionSettingsProperty),
Image -> Maybe (Value Text)
distributionConfigurationArn :: (Prelude.Maybe (Value Prelude.Text)),
Image -> Maybe (Value Bool)
enhancedImageMetadataEnabled :: (Prelude.Maybe (Value Prelude.Bool)),
Image -> Maybe (Value Text)
executionRole :: (Prelude.Maybe (Value Prelude.Text)),
Image -> Maybe ImagePipelineExecutionSettingsProperty
imagePipelineExecutionSettings :: (Prelude.Maybe ImagePipelineExecutionSettingsProperty),
Image -> Maybe (Value Text)
imageRecipeArn :: (Prelude.Maybe (Value Prelude.Text)),
Image -> Maybe ImageScanningConfigurationProperty
imageScanningConfiguration :: (Prelude.Maybe ImageScanningConfigurationProperty),
Image -> Maybe ImageTestsConfigurationProperty
imageTestsConfiguration :: (Prelude.Maybe ImageTestsConfigurationProperty),
Image -> Maybe (Value Text)
infrastructureConfigurationArn :: (Prelude.Maybe (Value Prelude.Text)),
Image -> Maybe ImageLoggingConfigurationProperty
loggingConfiguration :: (Prelude.Maybe ImageLoggingConfigurationProperty),
Image -> Maybe (Map Text (Value Text))
tags :: (Prelude.Maybe (Prelude.Map Prelude.Text (Value Prelude.Text))),
Image -> Maybe [WorkflowConfigurationProperty]
workflows :: (Prelude.Maybe [WorkflowConfigurationProperty])}
deriving stock (Image -> Image -> Bool
(Image -> Image -> Bool) -> (Image -> Image -> Bool) -> Eq Image
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: Image -> Image -> Bool
== :: Image -> Image -> Bool
$c/= :: Image -> Image -> Bool
/= :: Image -> Image -> Bool
Prelude.Eq, Int -> Image -> ShowS
[Image] -> ShowS
Image -> String
(Int -> Image -> ShowS)
-> (Image -> String) -> ([Image] -> ShowS) -> Show Image
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> Image -> ShowS
showsPrec :: Int -> Image -> ShowS
$cshow :: Image -> String
show :: Image -> String
$cshowList :: [Image] -> ShowS
showList :: [Image] -> ShowS
Prelude.Show)
mkImage :: Image
mkImage :: Image
mkImage
= Image
{haddock_workaround_ :: ()
haddock_workaround_ = (), containerRecipeArn :: Maybe (Value Text)
containerRecipeArn = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
deletionSettings :: Maybe DeletionSettingsProperty
deletionSettings = Maybe DeletionSettingsProperty
forall a. Maybe a
Prelude.Nothing,
distributionConfigurationArn :: Maybe (Value Text)
distributionConfigurationArn = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
enhancedImageMetadataEnabled :: Maybe (Value Bool)
enhancedImageMetadataEnabled = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
executionRole :: Maybe (Value Text)
executionRole = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imagePipelineExecutionSettings = Maybe ImagePipelineExecutionSettingsProperty
forall a. Maybe a
Prelude.Nothing,
imageRecipeArn :: Maybe (Value Text)
imageRecipeArn = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageScanningConfiguration = Maybe ImageScanningConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
imageTestsConfiguration = Maybe ImageTestsConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
infrastructureConfigurationArn :: Maybe (Value Text)
infrastructureConfigurationArn = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
loggingConfiguration = Maybe ImageLoggingConfigurationProperty
forall a. Maybe a
Prelude.Nothing, tags :: Maybe (Map Text (Value Text))
tags = Maybe (Map Text (Value Text))
forall a. Maybe a
Prelude.Nothing,
workflows :: Maybe [WorkflowConfigurationProperty]
workflows = Maybe [WorkflowConfigurationProperty]
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties Image where
toResourceProperties :: Image -> ResourceProperties
toResourceProperties Image {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImageLoggingConfigurationProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: Image -> ()
containerRecipeArn :: Image -> Maybe (Value Text)
deletionSettings :: Image -> Maybe DeletionSettingsProperty
distributionConfigurationArn :: Image -> Maybe (Value Text)
enhancedImageMetadataEnabled :: Image -> Maybe (Value Bool)
executionRole :: Image -> Maybe (Value Text)
imagePipelineExecutionSettings :: Image -> Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Image -> Maybe (Value Text)
imageScanningConfiguration :: Image -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Image -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Image -> Maybe (Value Text)
loggingConfiguration :: Image -> Maybe ImageLoggingConfigurationProperty
tags :: Image -> Maybe (Map Text (Value Text))
workflows :: Image -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::ImageBuilder::Image", supportsTags :: Bool
supportsTags = Bool
Prelude.True,
properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ContainerRecipeArn" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
containerRecipeArn,
Key -> DeletionSettingsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DeletionSettings" (DeletionSettingsProperty -> (Key, Value))
-> Maybe DeletionSettingsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe DeletionSettingsProperty
deletionSettings,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DistributionConfigurationArn"
(Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
distributionConfigurationArn,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EnhancedImageMetadataEnabled"
(Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
enhancedImageMetadataEnabled,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ExecutionRole" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
executionRole,
Key -> ImagePipelineExecutionSettingsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ImagePipelineExecutionSettings"
(ImagePipelineExecutionSettingsProperty -> (Key, Value))
-> Maybe ImagePipelineExecutionSettingsProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ImagePipelineExecutionSettingsProperty
imagePipelineExecutionSettings,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ImageRecipeArn" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
imageRecipeArn,
Key -> ImageScanningConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ImageScanningConfiguration"
(ImageScanningConfigurationProperty -> (Key, Value))
-> Maybe ImageScanningConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ImageScanningConfigurationProperty
imageScanningConfiguration,
Key -> ImageTestsConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ImageTestsConfiguration"
(ImageTestsConfigurationProperty -> (Key, Value))
-> Maybe ImageTestsConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ImageTestsConfigurationProperty
imageTestsConfiguration,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"InfrastructureConfigurationArn"
(Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
infrastructureConfigurationArn,
Key -> ImageLoggingConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LoggingConfiguration" (ImageLoggingConfigurationProperty -> (Key, Value))
-> Maybe ImageLoggingConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ImageLoggingConfigurationProperty
loggingConfiguration,
Key -> Map Text (Value Text) -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" (Map Text (Value Text) -> (Key, Value))
-> Maybe (Map Text (Value Text)) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Map Text (Value Text))
tags,
Key -> [WorkflowConfigurationProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Workflows" ([WorkflowConfigurationProperty] -> (Key, Value))
-> Maybe [WorkflowConfigurationProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [WorkflowConfigurationProperty]
workflows])}
instance JSON.ToJSON Image where
toJSON :: Image -> Value
toJSON Image {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImageLoggingConfigurationProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: Image -> ()
containerRecipeArn :: Image -> Maybe (Value Text)
deletionSettings :: Image -> Maybe DeletionSettingsProperty
distributionConfigurationArn :: Image -> Maybe (Value Text)
enhancedImageMetadataEnabled :: Image -> Maybe (Value Bool)
executionRole :: Image -> Maybe (Value Text)
imagePipelineExecutionSettings :: Image -> Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Image -> Maybe (Value Text)
imageScanningConfiguration :: Image -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Image -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Image -> Maybe (Value Text)
loggingConfiguration :: Image -> Maybe ImageLoggingConfigurationProperty
tags :: Image -> Maybe (Map Text (Value Text))
workflows :: Image -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= [(Key, Value)] -> Value
JSON.object
([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ContainerRecipeArn" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
containerRecipeArn,
Key -> DeletionSettingsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DeletionSettings" (DeletionSettingsProperty -> (Key, Value))
-> Maybe DeletionSettingsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe DeletionSettingsProperty
deletionSettings,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DistributionConfigurationArn"
(Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
distributionConfigurationArn,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EnhancedImageMetadataEnabled"
(Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
enhancedImageMetadataEnabled,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ExecutionRole" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
executionRole,
Key -> ImagePipelineExecutionSettingsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ImagePipelineExecutionSettings"
(ImagePipelineExecutionSettingsProperty -> (Key, Value))
-> Maybe ImagePipelineExecutionSettingsProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ImagePipelineExecutionSettingsProperty
imagePipelineExecutionSettings,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ImageRecipeArn" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
imageRecipeArn,
Key -> ImageScanningConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ImageScanningConfiguration"
(ImageScanningConfigurationProperty -> (Key, Value))
-> Maybe ImageScanningConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ImageScanningConfigurationProperty
imageScanningConfiguration,
Key -> ImageTestsConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ImageTestsConfiguration"
(ImageTestsConfigurationProperty -> (Key, Value))
-> Maybe ImageTestsConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ImageTestsConfigurationProperty
imageTestsConfiguration,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"InfrastructureConfigurationArn"
(Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
infrastructureConfigurationArn,
Key -> ImageLoggingConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LoggingConfiguration" (ImageLoggingConfigurationProperty -> (Key, Value))
-> Maybe ImageLoggingConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ImageLoggingConfigurationProperty
loggingConfiguration,
Key -> Map Text (Value Text) -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" (Map Text (Value Text) -> (Key, Value))
-> Maybe (Map Text (Value Text)) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Map Text (Value Text))
tags,
Key -> [WorkflowConfigurationProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Workflows" ([WorkflowConfigurationProperty] -> (Key, Value))
-> Maybe [WorkflowConfigurationProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [WorkflowConfigurationProperty]
workflows]))
instance Property "ContainerRecipeArn" Image where
type PropertyType "ContainerRecipeArn" Image = Value Prelude.Text
set :: PropertyType "ContainerRecipeArn" Image -> Image -> Image
set PropertyType "ContainerRecipeArn" Image
newValue Image {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImageLoggingConfigurationProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: Image -> ()
containerRecipeArn :: Image -> Maybe (Value Text)
deletionSettings :: Image -> Maybe DeletionSettingsProperty
distributionConfigurationArn :: Image -> Maybe (Value Text)
enhancedImageMetadataEnabled :: Image -> Maybe (Value Bool)
executionRole :: Image -> Maybe (Value Text)
imagePipelineExecutionSettings :: Image -> Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Image -> Maybe (Value Text)
imageScanningConfiguration :: Image -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Image -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Image -> Maybe (Value Text)
loggingConfiguration :: Image -> Maybe ImageLoggingConfigurationProperty
tags :: Image -> Maybe (Map Text (Value Text))
workflows :: Image -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= Image {containerRecipeArn :: Maybe (Value Text)
containerRecipeArn = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ContainerRecipeArn" Image
Value Text
newValue, Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImageLoggingConfigurationProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: ()
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
instance Property "DeletionSettings" Image where
type PropertyType "DeletionSettings" Image = DeletionSettingsProperty
set :: PropertyType "DeletionSettings" Image -> Image -> Image
set PropertyType "DeletionSettings" Image
newValue Image {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImageLoggingConfigurationProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: Image -> ()
containerRecipeArn :: Image -> Maybe (Value Text)
deletionSettings :: Image -> Maybe DeletionSettingsProperty
distributionConfigurationArn :: Image -> Maybe (Value Text)
enhancedImageMetadataEnabled :: Image -> Maybe (Value Bool)
executionRole :: Image -> Maybe (Value Text)
imagePipelineExecutionSettings :: Image -> Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Image -> Maybe (Value Text)
imageScanningConfiguration :: Image -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Image -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Image -> Maybe (Value Text)
loggingConfiguration :: Image -> Maybe ImageLoggingConfigurationProperty
tags :: Image -> Maybe (Map Text (Value Text))
workflows :: Image -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= Image {deletionSettings :: Maybe DeletionSettingsProperty
deletionSettings = DeletionSettingsProperty -> Maybe DeletionSettingsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DeletionSettings" Image
DeletionSettingsProperty
newValue, Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageLoggingConfigurationProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
instance Property "DistributionConfigurationArn" Image where
type PropertyType "DistributionConfigurationArn" Image = Value Prelude.Text
set :: PropertyType "DistributionConfigurationArn" Image -> Image -> Image
set PropertyType "DistributionConfigurationArn" Image
newValue Image {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImageLoggingConfigurationProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: Image -> ()
containerRecipeArn :: Image -> Maybe (Value Text)
deletionSettings :: Image -> Maybe DeletionSettingsProperty
distributionConfigurationArn :: Image -> Maybe (Value Text)
enhancedImageMetadataEnabled :: Image -> Maybe (Value Bool)
executionRole :: Image -> Maybe (Value Text)
imagePipelineExecutionSettings :: Image -> Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Image -> Maybe (Value Text)
imageScanningConfiguration :: Image -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Image -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Image -> Maybe (Value Text)
loggingConfiguration :: Image -> Maybe ImageLoggingConfigurationProperty
tags :: Image -> Maybe (Map Text (Value Text))
workflows :: Image -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= Image {distributionConfigurationArn :: Maybe (Value Text)
distributionConfigurationArn = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DistributionConfigurationArn" Image
Value Text
newValue, Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImageLoggingConfigurationProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
instance Property "EnhancedImageMetadataEnabled" Image where
type PropertyType "EnhancedImageMetadataEnabled" Image = Value Prelude.Bool
set :: PropertyType "EnhancedImageMetadataEnabled" Image -> Image -> Image
set PropertyType "EnhancedImageMetadataEnabled" Image
newValue Image {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImageLoggingConfigurationProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: Image -> ()
containerRecipeArn :: Image -> Maybe (Value Text)
deletionSettings :: Image -> Maybe DeletionSettingsProperty
distributionConfigurationArn :: Image -> Maybe (Value Text)
enhancedImageMetadataEnabled :: Image -> Maybe (Value Bool)
executionRole :: Image -> Maybe (Value Text)
imagePipelineExecutionSettings :: Image -> Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Image -> Maybe (Value Text)
imageScanningConfiguration :: Image -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Image -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Image -> Maybe (Value Text)
loggingConfiguration :: Image -> Maybe ImageLoggingConfigurationProperty
tags :: Image -> Maybe (Map Text (Value Text))
workflows :: Image -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= Image {enhancedImageMetadataEnabled :: Maybe (Value Bool)
enhancedImageMetadataEnabled = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "EnhancedImageMetadataEnabled" Image
Value Bool
newValue, Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImageLoggingConfigurationProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
instance Property "ExecutionRole" Image where
type PropertyType "ExecutionRole" Image = Value Prelude.Text
set :: PropertyType "ExecutionRole" Image -> Image -> Image
set PropertyType "ExecutionRole" Image
newValue Image {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImageLoggingConfigurationProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: Image -> ()
containerRecipeArn :: Image -> Maybe (Value Text)
deletionSettings :: Image -> Maybe DeletionSettingsProperty
distributionConfigurationArn :: Image -> Maybe (Value Text)
enhancedImageMetadataEnabled :: Image -> Maybe (Value Bool)
executionRole :: Image -> Maybe (Value Text)
imagePipelineExecutionSettings :: Image -> Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Image -> Maybe (Value Text)
imageScanningConfiguration :: Image -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Image -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Image -> Maybe (Value Text)
loggingConfiguration :: Image -> Maybe ImageLoggingConfigurationProperty
tags :: Image -> Maybe (Map Text (Value Text))
workflows :: Image -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= Image {executionRole :: Maybe (Value Text)
executionRole = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ExecutionRole" Image
Value Text
newValue, Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImageLoggingConfigurationProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
instance Property "ImagePipelineExecutionSettings" Image where
type PropertyType "ImagePipelineExecutionSettings" Image = ImagePipelineExecutionSettingsProperty
set :: PropertyType "ImagePipelineExecutionSettings" Image
-> Image -> Image
set PropertyType "ImagePipelineExecutionSettings" Image
newValue Image {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImageLoggingConfigurationProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: Image -> ()
containerRecipeArn :: Image -> Maybe (Value Text)
deletionSettings :: Image -> Maybe DeletionSettingsProperty
distributionConfigurationArn :: Image -> Maybe (Value Text)
enhancedImageMetadataEnabled :: Image -> Maybe (Value Bool)
executionRole :: Image -> Maybe (Value Text)
imagePipelineExecutionSettings :: Image -> Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Image -> Maybe (Value Text)
imageScanningConfiguration :: Image -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Image -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Image -> Maybe (Value Text)
loggingConfiguration :: Image -> Maybe ImageLoggingConfigurationProperty
tags :: Image -> Maybe (Map Text (Value Text))
workflows :: Image -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= Image
{imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imagePipelineExecutionSettings = ImagePipelineExecutionSettingsProperty
-> Maybe ImagePipelineExecutionSettingsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ImagePipelineExecutionSettings" Image
ImagePipelineExecutionSettingsProperty
newValue, Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImageLoggingConfigurationProperty
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
instance Property "ImageRecipeArn" Image where
type PropertyType "ImageRecipeArn" Image = Value Prelude.Text
set :: PropertyType "ImageRecipeArn" Image -> Image -> Image
set PropertyType "ImageRecipeArn" Image
newValue Image {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImageLoggingConfigurationProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: Image -> ()
containerRecipeArn :: Image -> Maybe (Value Text)
deletionSettings :: Image -> Maybe DeletionSettingsProperty
distributionConfigurationArn :: Image -> Maybe (Value Text)
enhancedImageMetadataEnabled :: Image -> Maybe (Value Bool)
executionRole :: Image -> Maybe (Value Text)
imagePipelineExecutionSettings :: Image -> Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Image -> Maybe (Value Text)
imageScanningConfiguration :: Image -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Image -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Image -> Maybe (Value Text)
loggingConfiguration :: Image -> Maybe ImageLoggingConfigurationProperty
tags :: Image -> Maybe (Map Text (Value Text))
workflows :: Image -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= Image {imageRecipeArn :: Maybe (Value Text)
imageRecipeArn = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ImageRecipeArn" Image
Value Text
newValue, Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImageLoggingConfigurationProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
instance Property "ImageScanningConfiguration" Image where
type PropertyType "ImageScanningConfiguration" Image = ImageScanningConfigurationProperty
set :: PropertyType "ImageScanningConfiguration" Image -> Image -> Image
set PropertyType "ImageScanningConfiguration" Image
newValue Image {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImageLoggingConfigurationProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: Image -> ()
containerRecipeArn :: Image -> Maybe (Value Text)
deletionSettings :: Image -> Maybe DeletionSettingsProperty
distributionConfigurationArn :: Image -> Maybe (Value Text)
enhancedImageMetadataEnabled :: Image -> Maybe (Value Bool)
executionRole :: Image -> Maybe (Value Text)
imagePipelineExecutionSettings :: Image -> Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Image -> Maybe (Value Text)
imageScanningConfiguration :: Image -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Image -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Image -> Maybe (Value Text)
loggingConfiguration :: Image -> Maybe ImageLoggingConfigurationProperty
tags :: Image -> Maybe (Map Text (Value Text))
workflows :: Image -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= Image {imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageScanningConfiguration = ImageScanningConfigurationProperty
-> Maybe ImageScanningConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ImageScanningConfiguration" Image
ImageScanningConfigurationProperty
newValue, Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImageLoggingConfigurationProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
instance Property "ImageTestsConfiguration" Image where
type PropertyType "ImageTestsConfiguration" Image = ImageTestsConfigurationProperty
set :: PropertyType "ImageTestsConfiguration" Image -> Image -> Image
set PropertyType "ImageTestsConfiguration" Image
newValue Image {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImageLoggingConfigurationProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: Image -> ()
containerRecipeArn :: Image -> Maybe (Value Text)
deletionSettings :: Image -> Maybe DeletionSettingsProperty
distributionConfigurationArn :: Image -> Maybe (Value Text)
enhancedImageMetadataEnabled :: Image -> Maybe (Value Bool)
executionRole :: Image -> Maybe (Value Text)
imagePipelineExecutionSettings :: Image -> Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Image -> Maybe (Value Text)
imageScanningConfiguration :: Image -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Image -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Image -> Maybe (Value Text)
loggingConfiguration :: Image -> Maybe ImageLoggingConfigurationProperty
tags :: Image -> Maybe (Map Text (Value Text))
workflows :: Image -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= Image {imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
imageTestsConfiguration = ImageTestsConfigurationProperty
-> Maybe ImageTestsConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ImageTestsConfiguration" Image
ImageTestsConfigurationProperty
newValue, Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImageLoggingConfigurationProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageScanningConfigurationProperty
()
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
instance Property "InfrastructureConfigurationArn" Image where
type PropertyType "InfrastructureConfigurationArn" Image = Value Prelude.Text
set :: PropertyType "InfrastructureConfigurationArn" Image
-> Image -> Image
set PropertyType "InfrastructureConfigurationArn" Image
newValue Image {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImageLoggingConfigurationProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: Image -> ()
containerRecipeArn :: Image -> Maybe (Value Text)
deletionSettings :: Image -> Maybe DeletionSettingsProperty
distributionConfigurationArn :: Image -> Maybe (Value Text)
enhancedImageMetadataEnabled :: Image -> Maybe (Value Bool)
executionRole :: Image -> Maybe (Value Text)
imagePipelineExecutionSettings :: Image -> Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Image -> Maybe (Value Text)
imageScanningConfiguration :: Image -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Image -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Image -> Maybe (Value Text)
loggingConfiguration :: Image -> Maybe ImageLoggingConfigurationProperty
tags :: Image -> Maybe (Map Text (Value Text))
workflows :: Image -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= Image
{infrastructureConfigurationArn :: Maybe (Value Text)
infrastructureConfigurationArn = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "InfrastructureConfigurationArn" Image
Value Text
newValue, Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImageLoggingConfigurationProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
instance Property "LoggingConfiguration" Image where
type PropertyType "LoggingConfiguration" Image = ImageLoggingConfigurationProperty
set :: PropertyType "LoggingConfiguration" Image -> Image -> Image
set PropertyType "LoggingConfiguration" Image
newValue Image {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImageLoggingConfigurationProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: Image -> ()
containerRecipeArn :: Image -> Maybe (Value Text)
deletionSettings :: Image -> Maybe DeletionSettingsProperty
distributionConfigurationArn :: Image -> Maybe (Value Text)
enhancedImageMetadataEnabled :: Image -> Maybe (Value Bool)
executionRole :: Image -> Maybe (Value Text)
imagePipelineExecutionSettings :: Image -> Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Image -> Maybe (Value Text)
imageScanningConfiguration :: Image -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Image -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Image -> Maybe (Value Text)
loggingConfiguration :: Image -> Maybe ImageLoggingConfigurationProperty
tags :: Image -> Maybe (Map Text (Value Text))
workflows :: Image -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= Image {loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
loggingConfiguration = ImageLoggingConfigurationProperty
-> Maybe ImageLoggingConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "LoggingConfiguration" Image
ImageLoggingConfigurationProperty
newValue, Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
instance Property "Tags" Image where
type PropertyType "Tags" Image = Prelude.Map Prelude.Text (Value Prelude.Text)
set :: PropertyType "Tags" Image -> Image -> Image
set PropertyType "Tags" Image
newValue Image {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImageLoggingConfigurationProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: Image -> ()
containerRecipeArn :: Image -> Maybe (Value Text)
deletionSettings :: Image -> Maybe DeletionSettingsProperty
distributionConfigurationArn :: Image -> Maybe (Value Text)
enhancedImageMetadataEnabled :: Image -> Maybe (Value Bool)
executionRole :: Image -> Maybe (Value Text)
imagePipelineExecutionSettings :: Image -> Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Image -> Maybe (Value Text)
imageScanningConfiguration :: Image -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Image -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Image -> Maybe (Value Text)
loggingConfiguration :: Image -> Maybe ImageLoggingConfigurationProperty
tags :: Image -> Maybe (Map Text (Value Text))
workflows :: Image -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..} = Image {tags :: Maybe (Map Text (Value Text))
tags = Map Text (Value Text) -> Maybe (Map Text (Value Text))
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure Map Text (Value Text)
PropertyType "Tags" Image
newValue, Maybe [WorkflowConfigurationProperty]
Maybe (Value Bool)
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImageLoggingConfigurationProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
workflows :: Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
workflows :: Maybe [WorkflowConfigurationProperty]
..}
instance Property "Workflows" Image where
type PropertyType "Workflows" Image = [WorkflowConfigurationProperty]
set :: PropertyType "Workflows" Image -> Image -> Image
set PropertyType "Workflows" Image
newValue Image {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImageLoggingConfigurationProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: Image -> ()
containerRecipeArn :: Image -> Maybe (Value Text)
deletionSettings :: Image -> Maybe DeletionSettingsProperty
distributionConfigurationArn :: Image -> Maybe (Value Text)
enhancedImageMetadataEnabled :: Image -> Maybe (Value Bool)
executionRole :: Image -> Maybe (Value Text)
imagePipelineExecutionSettings :: Image -> Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Image -> Maybe (Value Text)
imageScanningConfiguration :: Image -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Image -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Image -> Maybe (Value Text)
loggingConfiguration :: Image -> Maybe ImageLoggingConfigurationProperty
tags :: Image -> Maybe (Map Text (Value Text))
workflows :: Image -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= Image {workflows :: Maybe [WorkflowConfigurationProperty]
workflows = [WorkflowConfigurationProperty]
-> Maybe [WorkflowConfigurationProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [WorkflowConfigurationProperty]
PropertyType "Workflows" Image
newValue, Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe DeletionSettingsProperty
Maybe ImageLoggingConfigurationProperty
Maybe ImagePipelineExecutionSettingsProperty
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
()
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
deletionSettings :: Maybe DeletionSettingsProperty
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imagePipelineExecutionSettings :: Maybe ImagePipelineExecutionSettingsProperty
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Maybe (Value Text)
loggingConfiguration :: Maybe ImageLoggingConfigurationProperty
tags :: Maybe (Map Text (Value Text))
..}