Image Pipeline
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
Properties
Amazon Resource Name (ARN) of the container recipe.
Date the image pipeline was created.
Date the image pipeline was last run.
Date the image pipeline will run next.
Date the image pipeline was updated.
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.