Image Pipeline Args
Manages an Image Builder Image Pipeline.
NOTE: Starting with version
5.74.0
, lifecycle meta-argumentreplace_triggered_by
must be used in order to prevent a dependency error on destroy.
Import
Using pulumi import
, import aws_imagebuilder_image_pipeline
resources using the Amazon Resource Name (ARN). For example:
$ pulumi import aws:imagebuilder/imagePipeline:ImagePipeline example arn:aws:imagebuilder:us-east-1:123456789012:image-pipeline/example
Constructors
Properties
Amazon Resource Name (ARN) of the container recipe.
Description of the image pipeline.
Amazon Resource Name (ARN) of the Image Builder Distribution Configuration.
Whether additional information about the image being created is collected. Defaults to true
.
Amazon Resource Name (ARN) of the service-linked role to be used by Image Builder to execute workflows.
Amazon Resource Name (ARN) of the image recipe.
Configuration block with image scanning configuration. Detailed below.
Configuration block with image tests configuration. Detailed below.
Amazon Resource Name (ARN) of the Image Builder Infrastructure Configuration.
Configuration block with schedule settings. Detailed below.
Configuration block with the workflow configuration. Detailed below.