module Stratosphere.ImageBuilder.ImagePipeline (
module Exports, ImagePipeline(..), mkImagePipeline
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.ImageBuilder.ImagePipeline.ImageScanningConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.ImageBuilder.ImagePipeline.ImageTestsConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.ImageBuilder.ImagePipeline.PipelineLoggingConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.ImageBuilder.ImagePipeline.ScheduleProperty as Exports
import {-# SOURCE #-} Stratosphere.ImageBuilder.ImagePipeline.WorkflowConfigurationProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data ImagePipeline
=
ImagePipeline {ImagePipeline -> ()
haddock_workaround_ :: (),
ImagePipeline -> Maybe (Value Text)
containerRecipeArn :: (Prelude.Maybe (Value Prelude.Text)),
ImagePipeline -> Maybe (Value Text)
description :: (Prelude.Maybe (Value Prelude.Text)),
ImagePipeline -> Maybe (Value Text)
distributionConfigurationArn :: (Prelude.Maybe (Value Prelude.Text)),
ImagePipeline -> Maybe (Value Bool)
enhancedImageMetadataEnabled :: (Prelude.Maybe (Value Prelude.Bool)),
ImagePipeline -> Maybe (Value Text)
executionRole :: (Prelude.Maybe (Value Prelude.Text)),
ImagePipeline -> Maybe (Value Text)
imageRecipeArn :: (Prelude.Maybe (Value Prelude.Text)),
ImagePipeline -> Maybe ImageScanningConfigurationProperty
imageScanningConfiguration :: (Prelude.Maybe ImageScanningConfigurationProperty),
ImagePipeline -> Maybe ImageTestsConfigurationProperty
imageTestsConfiguration :: (Prelude.Maybe ImageTestsConfigurationProperty),
ImagePipeline -> Value Text
infrastructureConfigurationArn :: (Value Prelude.Text),
ImagePipeline -> Maybe PipelineLoggingConfigurationProperty
loggingConfiguration :: (Prelude.Maybe PipelineLoggingConfigurationProperty),
ImagePipeline -> Value Text
name :: (Value Prelude.Text),
ImagePipeline -> Maybe ScheduleProperty
schedule :: (Prelude.Maybe ScheduleProperty),
ImagePipeline -> Maybe (Value Text)
status :: (Prelude.Maybe (Value Prelude.Text)),
ImagePipeline -> Maybe (Map Text (Value Text))
tags :: (Prelude.Maybe (Prelude.Map Prelude.Text (Value Prelude.Text))),
ImagePipeline -> Maybe [WorkflowConfigurationProperty]
workflows :: (Prelude.Maybe [WorkflowConfigurationProperty])}
deriving stock (ImagePipeline -> ImagePipeline -> Bool
(ImagePipeline -> ImagePipeline -> Bool)
-> (ImagePipeline -> ImagePipeline -> Bool) -> Eq ImagePipeline
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: ImagePipeline -> ImagePipeline -> Bool
== :: ImagePipeline -> ImagePipeline -> Bool
$c/= :: ImagePipeline -> ImagePipeline -> Bool
/= :: ImagePipeline -> ImagePipeline -> Bool
Prelude.Eq, Int -> ImagePipeline -> ShowS
[ImagePipeline] -> ShowS
ImagePipeline -> String
(Int -> ImagePipeline -> ShowS)
-> (ImagePipeline -> String)
-> ([ImagePipeline] -> ShowS)
-> Show ImagePipeline
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> ImagePipeline -> ShowS
showsPrec :: Int -> ImagePipeline -> ShowS
$cshow :: ImagePipeline -> String
show :: ImagePipeline -> String
$cshowList :: [ImagePipeline] -> ShowS
showList :: [ImagePipeline] -> ShowS
Prelude.Show)
mkImagePipeline ::
Value Prelude.Text -> Value Prelude.Text -> ImagePipeline
mkImagePipeline :: Value Text -> Value Text -> ImagePipeline
mkImagePipeline Value Text
infrastructureConfigurationArn Value Text
name
= ImagePipeline
{haddock_workaround_ :: ()
haddock_workaround_ = (),
infrastructureConfigurationArn :: Value Text
infrastructureConfigurationArn = Value Text
infrastructureConfigurationArn,
name :: Value Text
name = Value Text
name, containerRecipeArn :: Maybe (Value Text)
containerRecipeArn = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
description :: Maybe (Value Text)
description = Maybe (Value Text)
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, 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,
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
loggingConfiguration = Maybe PipelineLoggingConfigurationProperty
forall a. Maybe a
Prelude.Nothing, schedule :: Maybe ScheduleProperty
schedule = Maybe ScheduleProperty
forall a. Maybe a
Prelude.Nothing,
status :: Maybe (Value Text)
status = Maybe (Value Text)
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 ImagePipeline where
toResourceProperties :: ImagePipeline -> ResourceProperties
toResourceProperties ImagePipeline {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ImagePipeline -> ()
containerRecipeArn :: ImagePipeline -> Maybe (Value Text)
description :: ImagePipeline -> Maybe (Value Text)
distributionConfigurationArn :: ImagePipeline -> Maybe (Value Text)
enhancedImageMetadataEnabled :: ImagePipeline -> Maybe (Value Bool)
executionRole :: ImagePipeline -> Maybe (Value Text)
imageRecipeArn :: ImagePipeline -> Maybe (Value Text)
imageScanningConfiguration :: ImagePipeline -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: ImagePipeline -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: ImagePipeline -> Value Text
loggingConfiguration :: ImagePipeline -> Maybe PipelineLoggingConfigurationProperty
name :: ImagePipeline -> Value Text
schedule :: ImagePipeline -> Maybe ScheduleProperty
status :: ImagePipeline -> Maybe (Value Text)
tags :: ImagePipeline -> Maybe (Map Text (Value Text))
workflows :: ImagePipeline -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::ImageBuilder::ImagePipeline",
supportsTags :: Bool
supportsTags = Bool
Prelude.True,
properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
[Key
"InfrastructureConfigurationArn"
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..= Value Text
infrastructureConfigurationArn,
Key
"Name" 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..= Value Text
name]
([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 -> 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
"Description" (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)
description,
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 -> 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 -> PipelineLoggingConfigurationProperty -> (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" (PipelineLoggingConfigurationProperty -> (Key, Value))
-> Maybe PipelineLoggingConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe PipelineLoggingConfigurationProperty
loggingConfiguration,
Key -> ScheduleProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Schedule" (ScheduleProperty -> (Key, Value))
-> Maybe ScheduleProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ScheduleProperty
schedule,
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
"Status" (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)
status,
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 ImagePipeline where
toJSON :: ImagePipeline -> Value
toJSON ImagePipeline {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ImagePipeline -> ()
containerRecipeArn :: ImagePipeline -> Maybe (Value Text)
description :: ImagePipeline -> Maybe (Value Text)
distributionConfigurationArn :: ImagePipeline -> Maybe (Value Text)
enhancedImageMetadataEnabled :: ImagePipeline -> Maybe (Value Bool)
executionRole :: ImagePipeline -> Maybe (Value Text)
imageRecipeArn :: ImagePipeline -> Maybe (Value Text)
imageScanningConfiguration :: ImagePipeline -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: ImagePipeline -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: ImagePipeline -> Value Text
loggingConfiguration :: ImagePipeline -> Maybe PipelineLoggingConfigurationProperty
name :: ImagePipeline -> Value Text
schedule :: ImagePipeline -> Maybe ScheduleProperty
status :: ImagePipeline -> Maybe (Value Text)
tags :: ImagePipeline -> Maybe (Map Text (Value Text))
workflows :: ImagePipeline -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
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
([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
[Key
"InfrastructureConfigurationArn"
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..= Value Text
infrastructureConfigurationArn,
Key
"Name" 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..= Value Text
name]
([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 -> 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
"Description" (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)
description,
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 -> 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 -> PipelineLoggingConfigurationProperty -> (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" (PipelineLoggingConfigurationProperty -> (Key, Value))
-> Maybe PipelineLoggingConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe PipelineLoggingConfigurationProperty
loggingConfiguration,
Key -> ScheduleProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Schedule" (ScheduleProperty -> (Key, Value))
-> Maybe ScheduleProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ScheduleProperty
schedule,
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
"Status" (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)
status,
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" ImagePipeline where
type PropertyType "ContainerRecipeArn" ImagePipeline = Value Prelude.Text
set :: PropertyType "ContainerRecipeArn" ImagePipeline
-> ImagePipeline -> ImagePipeline
set PropertyType "ContainerRecipeArn" ImagePipeline
newValue ImagePipeline {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ImagePipeline -> ()
containerRecipeArn :: ImagePipeline -> Maybe (Value Text)
description :: ImagePipeline -> Maybe (Value Text)
distributionConfigurationArn :: ImagePipeline -> Maybe (Value Text)
enhancedImageMetadataEnabled :: ImagePipeline -> Maybe (Value Bool)
executionRole :: ImagePipeline -> Maybe (Value Text)
imageRecipeArn :: ImagePipeline -> Maybe (Value Text)
imageScanningConfiguration :: ImagePipeline -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: ImagePipeline -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: ImagePipeline -> Value Text
loggingConfiguration :: ImagePipeline -> Maybe PipelineLoggingConfigurationProperty
name :: ImagePipeline -> Value Text
schedule :: ImagePipeline -> Maybe ScheduleProperty
status :: ImagePipeline -> Maybe (Value Text)
tags :: ImagePipeline -> Maybe (Map Text (Value Text))
workflows :: ImagePipeline -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= ImagePipeline {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" ImagePipeline
Value Text
newValue, Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ()
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
instance Property "Description" ImagePipeline where
type PropertyType "Description" ImagePipeline = Value Prelude.Text
set :: PropertyType "Description" ImagePipeline
-> ImagePipeline -> ImagePipeline
set PropertyType "Description" ImagePipeline
newValue ImagePipeline {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ImagePipeline -> ()
containerRecipeArn :: ImagePipeline -> Maybe (Value Text)
description :: ImagePipeline -> Maybe (Value Text)
distributionConfigurationArn :: ImagePipeline -> Maybe (Value Text)
enhancedImageMetadataEnabled :: ImagePipeline -> Maybe (Value Bool)
executionRole :: ImagePipeline -> Maybe (Value Text)
imageRecipeArn :: ImagePipeline -> Maybe (Value Text)
imageScanningConfiguration :: ImagePipeline -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: ImagePipeline -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: ImagePipeline -> Value Text
loggingConfiguration :: ImagePipeline -> Maybe PipelineLoggingConfigurationProperty
name :: ImagePipeline -> Value Text
schedule :: ImagePipeline -> Maybe ScheduleProperty
status :: ImagePipeline -> Maybe (Value Text)
tags :: ImagePipeline -> Maybe (Map Text (Value Text))
workflows :: ImagePipeline -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= ImagePipeline {description :: Maybe (Value Text)
description = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Description" ImagePipeline
Value Text
newValue, Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
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)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
instance Property "DistributionConfigurationArn" ImagePipeline where
type PropertyType "DistributionConfigurationArn" ImagePipeline = Value Prelude.Text
set :: PropertyType "DistributionConfigurationArn" ImagePipeline
-> ImagePipeline -> ImagePipeline
set PropertyType "DistributionConfigurationArn" ImagePipeline
newValue ImagePipeline {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ImagePipeline -> ()
containerRecipeArn :: ImagePipeline -> Maybe (Value Text)
description :: ImagePipeline -> Maybe (Value Text)
distributionConfigurationArn :: ImagePipeline -> Maybe (Value Text)
enhancedImageMetadataEnabled :: ImagePipeline -> Maybe (Value Bool)
executionRole :: ImagePipeline -> Maybe (Value Text)
imageRecipeArn :: ImagePipeline -> Maybe (Value Text)
imageScanningConfiguration :: ImagePipeline -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: ImagePipeline -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: ImagePipeline -> Value Text
loggingConfiguration :: ImagePipeline -> Maybe PipelineLoggingConfigurationProperty
name :: ImagePipeline -> Value Text
schedule :: ImagePipeline -> Maybe ScheduleProperty
status :: ImagePipeline -> Maybe (Value Text)
tags :: ImagePipeline -> Maybe (Map Text (Value Text))
workflows :: ImagePipeline -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= ImagePipeline
{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" ImagePipeline
Value Text
newValue, Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
instance Property "EnhancedImageMetadataEnabled" ImagePipeline where
type PropertyType "EnhancedImageMetadataEnabled" ImagePipeline = Value Prelude.Bool
set :: PropertyType "EnhancedImageMetadataEnabled" ImagePipeline
-> ImagePipeline -> ImagePipeline
set PropertyType "EnhancedImageMetadataEnabled" ImagePipeline
newValue ImagePipeline {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ImagePipeline -> ()
containerRecipeArn :: ImagePipeline -> Maybe (Value Text)
description :: ImagePipeline -> Maybe (Value Text)
distributionConfigurationArn :: ImagePipeline -> Maybe (Value Text)
enhancedImageMetadataEnabled :: ImagePipeline -> Maybe (Value Bool)
executionRole :: ImagePipeline -> Maybe (Value Text)
imageRecipeArn :: ImagePipeline -> Maybe (Value Text)
imageScanningConfiguration :: ImagePipeline -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: ImagePipeline -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: ImagePipeline -> Value Text
loggingConfiguration :: ImagePipeline -> Maybe PipelineLoggingConfigurationProperty
name :: ImagePipeline -> Value Text
schedule :: ImagePipeline -> Maybe ScheduleProperty
status :: ImagePipeline -> Maybe (Value Text)
tags :: ImagePipeline -> Maybe (Map Text (Value Text))
workflows :: ImagePipeline -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= ImagePipeline
{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" ImagePipeline
Value Bool
newValue, Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
instance Property "ExecutionRole" ImagePipeline where
type PropertyType "ExecutionRole" ImagePipeline = Value Prelude.Text
set :: PropertyType "ExecutionRole" ImagePipeline
-> ImagePipeline -> ImagePipeline
set PropertyType "ExecutionRole" ImagePipeline
newValue ImagePipeline {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ImagePipeline -> ()
containerRecipeArn :: ImagePipeline -> Maybe (Value Text)
description :: ImagePipeline -> Maybe (Value Text)
distributionConfigurationArn :: ImagePipeline -> Maybe (Value Text)
enhancedImageMetadataEnabled :: ImagePipeline -> Maybe (Value Bool)
executionRole :: ImagePipeline -> Maybe (Value Text)
imageRecipeArn :: ImagePipeline -> Maybe (Value Text)
imageScanningConfiguration :: ImagePipeline -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: ImagePipeline -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: ImagePipeline -> Value Text
loggingConfiguration :: ImagePipeline -> Maybe PipelineLoggingConfigurationProperty
name :: ImagePipeline -> Value Text
schedule :: ImagePipeline -> Maybe ScheduleProperty
status :: ImagePipeline -> Maybe (Value Text)
tags :: ImagePipeline -> Maybe (Map Text (Value Text))
workflows :: ImagePipeline -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= ImagePipeline {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" ImagePipeline
Value Text
newValue, Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
instance Property "ImageRecipeArn" ImagePipeline where
type PropertyType "ImageRecipeArn" ImagePipeline = Value Prelude.Text
set :: PropertyType "ImageRecipeArn" ImagePipeline
-> ImagePipeline -> ImagePipeline
set PropertyType "ImageRecipeArn" ImagePipeline
newValue ImagePipeline {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ImagePipeline -> ()
containerRecipeArn :: ImagePipeline -> Maybe (Value Text)
description :: ImagePipeline -> Maybe (Value Text)
distributionConfigurationArn :: ImagePipeline -> Maybe (Value Text)
enhancedImageMetadataEnabled :: ImagePipeline -> Maybe (Value Bool)
executionRole :: ImagePipeline -> Maybe (Value Text)
imageRecipeArn :: ImagePipeline -> Maybe (Value Text)
imageScanningConfiguration :: ImagePipeline -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: ImagePipeline -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: ImagePipeline -> Value Text
loggingConfiguration :: ImagePipeline -> Maybe PipelineLoggingConfigurationProperty
name :: ImagePipeline -> Value Text
schedule :: ImagePipeline -> Maybe ScheduleProperty
status :: ImagePipeline -> Maybe (Value Text)
tags :: ImagePipeline -> Maybe (Map Text (Value Text))
workflows :: ImagePipeline -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= ImagePipeline {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" ImagePipeline
Value Text
newValue, Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
instance Property "ImageScanningConfiguration" ImagePipeline where
type PropertyType "ImageScanningConfiguration" ImagePipeline = ImageScanningConfigurationProperty
set :: PropertyType "ImageScanningConfiguration" ImagePipeline
-> ImagePipeline -> ImagePipeline
set PropertyType "ImageScanningConfiguration" ImagePipeline
newValue ImagePipeline {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ImagePipeline -> ()
containerRecipeArn :: ImagePipeline -> Maybe (Value Text)
description :: ImagePipeline -> Maybe (Value Text)
distributionConfigurationArn :: ImagePipeline -> Maybe (Value Text)
enhancedImageMetadataEnabled :: ImagePipeline -> Maybe (Value Bool)
executionRole :: ImagePipeline -> Maybe (Value Text)
imageRecipeArn :: ImagePipeline -> Maybe (Value Text)
imageScanningConfiguration :: ImagePipeline -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: ImagePipeline -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: ImagePipeline -> Value Text
loggingConfiguration :: ImagePipeline -> Maybe PipelineLoggingConfigurationProperty
name :: ImagePipeline -> Value Text
schedule :: ImagePipeline -> Maybe ScheduleProperty
status :: ImagePipeline -> Maybe (Value Text)
tags :: ImagePipeline -> Maybe (Map Text (Value Text))
workflows :: ImagePipeline -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= ImagePipeline
{imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageScanningConfiguration = ImageScanningConfigurationProperty
-> Maybe ImageScanningConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ImageScanningConfiguration" ImagePipeline
ImageScanningConfigurationProperty
newValue, Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
instance Property "ImageTestsConfiguration" ImagePipeline where
type PropertyType "ImageTestsConfiguration" ImagePipeline = ImageTestsConfigurationProperty
set :: PropertyType "ImageTestsConfiguration" ImagePipeline
-> ImagePipeline -> ImagePipeline
set PropertyType "ImageTestsConfiguration" ImagePipeline
newValue ImagePipeline {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ImagePipeline -> ()
containerRecipeArn :: ImagePipeline -> Maybe (Value Text)
description :: ImagePipeline -> Maybe (Value Text)
distributionConfigurationArn :: ImagePipeline -> Maybe (Value Text)
enhancedImageMetadataEnabled :: ImagePipeline -> Maybe (Value Bool)
executionRole :: ImagePipeline -> Maybe (Value Text)
imageRecipeArn :: ImagePipeline -> Maybe (Value Text)
imageScanningConfiguration :: ImagePipeline -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: ImagePipeline -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: ImagePipeline -> Value Text
loggingConfiguration :: ImagePipeline -> Maybe PipelineLoggingConfigurationProperty
name :: ImagePipeline -> Value Text
schedule :: ImagePipeline -> Maybe ScheduleProperty
status :: ImagePipeline -> Maybe (Value Text)
tags :: ImagePipeline -> Maybe (Map Text (Value Text))
workflows :: ImagePipeline -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= ImagePipeline
{imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
imageTestsConfiguration = ImageTestsConfigurationProperty
-> Maybe ImageTestsConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ImageTestsConfiguration" ImagePipeline
ImageTestsConfigurationProperty
newValue, Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
instance Property "InfrastructureConfigurationArn" ImagePipeline where
type PropertyType "InfrastructureConfigurationArn" ImagePipeline = Value Prelude.Text
set :: PropertyType "InfrastructureConfigurationArn" ImagePipeline
-> ImagePipeline -> ImagePipeline
set PropertyType "InfrastructureConfigurationArn" ImagePipeline
newValue ImagePipeline {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ImagePipeline -> ()
containerRecipeArn :: ImagePipeline -> Maybe (Value Text)
description :: ImagePipeline -> Maybe (Value Text)
distributionConfigurationArn :: ImagePipeline -> Maybe (Value Text)
enhancedImageMetadataEnabled :: ImagePipeline -> Maybe (Value Bool)
executionRole :: ImagePipeline -> Maybe (Value Text)
imageRecipeArn :: ImagePipeline -> Maybe (Value Text)
imageScanningConfiguration :: ImagePipeline -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: ImagePipeline -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: ImagePipeline -> Value Text
loggingConfiguration :: ImagePipeline -> Maybe PipelineLoggingConfigurationProperty
name :: ImagePipeline -> Value Text
schedule :: ImagePipeline -> Maybe ScheduleProperty
status :: ImagePipeline -> Maybe (Value Text)
tags :: ImagePipeline -> Maybe (Map Text (Value Text))
workflows :: ImagePipeline -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= ImagePipeline {infrastructureConfigurationArn :: Value Text
infrastructureConfigurationArn = PropertyType "InfrastructureConfigurationArn" ImagePipeline
Value Text
newValue, Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
instance Property "LoggingConfiguration" ImagePipeline where
type PropertyType "LoggingConfiguration" ImagePipeline = PipelineLoggingConfigurationProperty
set :: PropertyType "LoggingConfiguration" ImagePipeline
-> ImagePipeline -> ImagePipeline
set PropertyType "LoggingConfiguration" ImagePipeline
newValue ImagePipeline {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ImagePipeline -> ()
containerRecipeArn :: ImagePipeline -> Maybe (Value Text)
description :: ImagePipeline -> Maybe (Value Text)
distributionConfigurationArn :: ImagePipeline -> Maybe (Value Text)
enhancedImageMetadataEnabled :: ImagePipeline -> Maybe (Value Bool)
executionRole :: ImagePipeline -> Maybe (Value Text)
imageRecipeArn :: ImagePipeline -> Maybe (Value Text)
imageScanningConfiguration :: ImagePipeline -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: ImagePipeline -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: ImagePipeline -> Value Text
loggingConfiguration :: ImagePipeline -> Maybe PipelineLoggingConfigurationProperty
name :: ImagePipeline -> Value Text
schedule :: ImagePipeline -> Maybe ScheduleProperty
status :: ImagePipeline -> Maybe (Value Text)
tags :: ImagePipeline -> Maybe (Map Text (Value Text))
workflows :: ImagePipeline -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= ImagePipeline {loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
loggingConfiguration = PipelineLoggingConfigurationProperty
-> Maybe PipelineLoggingConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "LoggingConfiguration" ImagePipeline
PipelineLoggingConfigurationProperty
newValue, Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
instance Property "Name" ImagePipeline where
type PropertyType "Name" ImagePipeline = Value Prelude.Text
set :: PropertyType "Name" ImagePipeline -> ImagePipeline -> ImagePipeline
set PropertyType "Name" ImagePipeline
newValue ImagePipeline {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ImagePipeline -> ()
containerRecipeArn :: ImagePipeline -> Maybe (Value Text)
description :: ImagePipeline -> Maybe (Value Text)
distributionConfigurationArn :: ImagePipeline -> Maybe (Value Text)
enhancedImageMetadataEnabled :: ImagePipeline -> Maybe (Value Bool)
executionRole :: ImagePipeline -> Maybe (Value Text)
imageRecipeArn :: ImagePipeline -> Maybe (Value Text)
imageScanningConfiguration :: ImagePipeline -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: ImagePipeline -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: ImagePipeline -> Value Text
loggingConfiguration :: ImagePipeline -> Maybe PipelineLoggingConfigurationProperty
name :: ImagePipeline -> Value Text
schedule :: ImagePipeline -> Maybe ScheduleProperty
status :: ImagePipeline -> Maybe (Value Text)
tags :: ImagePipeline -> Maybe (Map Text (Value Text))
workflows :: ImagePipeline -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= ImagePipeline {name :: Value Text
name = PropertyType "Name" ImagePipeline
Value Text
newValue, Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
instance Property "Schedule" ImagePipeline where
type PropertyType "Schedule" ImagePipeline = ScheduleProperty
set :: PropertyType "Schedule" ImagePipeline
-> ImagePipeline -> ImagePipeline
set PropertyType "Schedule" ImagePipeline
newValue ImagePipeline {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ImagePipeline -> ()
containerRecipeArn :: ImagePipeline -> Maybe (Value Text)
description :: ImagePipeline -> Maybe (Value Text)
distributionConfigurationArn :: ImagePipeline -> Maybe (Value Text)
enhancedImageMetadataEnabled :: ImagePipeline -> Maybe (Value Bool)
executionRole :: ImagePipeline -> Maybe (Value Text)
imageRecipeArn :: ImagePipeline -> Maybe (Value Text)
imageScanningConfiguration :: ImagePipeline -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: ImagePipeline -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: ImagePipeline -> Value Text
loggingConfiguration :: ImagePipeline -> Maybe PipelineLoggingConfigurationProperty
name :: ImagePipeline -> Value Text
schedule :: ImagePipeline -> Maybe ScheduleProperty
status :: ImagePipeline -> Maybe (Value Text)
tags :: ImagePipeline -> Maybe (Map Text (Value Text))
workflows :: ImagePipeline -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= ImagePipeline {schedule :: Maybe ScheduleProperty
schedule = ScheduleProperty -> Maybe ScheduleProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Schedule" ImagePipeline
ScheduleProperty
newValue, Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
instance Property "Status" ImagePipeline where
type PropertyType "Status" ImagePipeline = Value Prelude.Text
set :: PropertyType "Status" ImagePipeline
-> ImagePipeline -> ImagePipeline
set PropertyType "Status" ImagePipeline
newValue ImagePipeline {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ImagePipeline -> ()
containerRecipeArn :: ImagePipeline -> Maybe (Value Text)
description :: ImagePipeline -> Maybe (Value Text)
distributionConfigurationArn :: ImagePipeline -> Maybe (Value Text)
enhancedImageMetadataEnabled :: ImagePipeline -> Maybe (Value Bool)
executionRole :: ImagePipeline -> Maybe (Value Text)
imageRecipeArn :: ImagePipeline -> Maybe (Value Text)
imageScanningConfiguration :: ImagePipeline -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: ImagePipeline -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: ImagePipeline -> Value Text
loggingConfiguration :: ImagePipeline -> Maybe PipelineLoggingConfigurationProperty
name :: ImagePipeline -> Value Text
schedule :: ImagePipeline -> Maybe ScheduleProperty
status :: ImagePipeline -> Maybe (Value Text)
tags :: ImagePipeline -> Maybe (Map Text (Value Text))
workflows :: ImagePipeline -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= ImagePipeline {status :: Maybe (Value Text)
status = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Status" ImagePipeline
Value Text
newValue, Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
instance Property "Tags" ImagePipeline where
type PropertyType "Tags" ImagePipeline = Prelude.Map Prelude.Text (Value Prelude.Text)
set :: PropertyType "Tags" ImagePipeline -> ImagePipeline -> ImagePipeline
set PropertyType "Tags" ImagePipeline
newValue ImagePipeline {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ImagePipeline -> ()
containerRecipeArn :: ImagePipeline -> Maybe (Value Text)
description :: ImagePipeline -> Maybe (Value Text)
distributionConfigurationArn :: ImagePipeline -> Maybe (Value Text)
enhancedImageMetadataEnabled :: ImagePipeline -> Maybe (Value Bool)
executionRole :: ImagePipeline -> Maybe (Value Text)
imageRecipeArn :: ImagePipeline -> Maybe (Value Text)
imageScanningConfiguration :: ImagePipeline -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: ImagePipeline -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: ImagePipeline -> Value Text
loggingConfiguration :: ImagePipeline -> Maybe PipelineLoggingConfigurationProperty
name :: ImagePipeline -> Value Text
schedule :: ImagePipeline -> Maybe ScheduleProperty
status :: ImagePipeline -> Maybe (Value Text)
tags :: ImagePipeline -> Maybe (Map Text (Value Text))
workflows :: ImagePipeline -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= ImagePipeline {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" ImagePipeline
newValue, Maybe [WorkflowConfigurationProperty]
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
workflows :: Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
workflows :: Maybe [WorkflowConfigurationProperty]
..}
instance Property "Workflows" ImagePipeline where
type PropertyType "Workflows" ImagePipeline = [WorkflowConfigurationProperty]
set :: PropertyType "Workflows" ImagePipeline
-> ImagePipeline -> ImagePipeline
set PropertyType "Workflows" ImagePipeline
newValue ImagePipeline {Maybe [WorkflowConfigurationProperty]
Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ImagePipeline -> ()
containerRecipeArn :: ImagePipeline -> Maybe (Value Text)
description :: ImagePipeline -> Maybe (Value Text)
distributionConfigurationArn :: ImagePipeline -> Maybe (Value Text)
enhancedImageMetadataEnabled :: ImagePipeline -> Maybe (Value Bool)
executionRole :: ImagePipeline -> Maybe (Value Text)
imageRecipeArn :: ImagePipeline -> Maybe (Value Text)
imageScanningConfiguration :: ImagePipeline -> Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: ImagePipeline -> Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: ImagePipeline -> Value Text
loggingConfiguration :: ImagePipeline -> Maybe PipelineLoggingConfigurationProperty
name :: ImagePipeline -> Value Text
schedule :: ImagePipeline -> Maybe ScheduleProperty
status :: ImagePipeline -> Maybe (Value Text)
tags :: ImagePipeline -> Maybe (Map Text (Value Text))
workflows :: ImagePipeline -> Maybe [WorkflowConfigurationProperty]
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
workflows :: Maybe [WorkflowConfigurationProperty]
..}
= ImagePipeline {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" ImagePipeline
newValue, Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe ImageScanningConfigurationProperty
Maybe ImageTestsConfigurationProperty
Maybe PipelineLoggingConfigurationProperty
Maybe ScheduleProperty
()
Value Text
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
haddock_workaround_ :: ()
containerRecipeArn :: Maybe (Value Text)
description :: Maybe (Value Text)
distributionConfigurationArn :: Maybe (Value Text)
enhancedImageMetadataEnabled :: Maybe (Value Bool)
executionRole :: Maybe (Value Text)
imageRecipeArn :: Maybe (Value Text)
imageScanningConfiguration :: Maybe ImageScanningConfigurationProperty
imageTestsConfiguration :: Maybe ImageTestsConfigurationProperty
infrastructureConfigurationArn :: Value Text
loggingConfiguration :: Maybe PipelineLoggingConfigurationProperty
name :: Value Text
schedule :: Maybe ScheduleProperty
status :: Maybe (Value Text)
tags :: Maybe (Map Text (Value Text))
..}