View a markdown version of this page

AWS::ImageBuilder::Image ImagePipelineExecutionSettings - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::ImageBuilder::Image ImagePipelineExecutionSettings

Contains settings for creating an image by running an existing image pipeline.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "DeploymentId" : String, "OnUpdate" : Boolean }

YAML

DeploymentId: String OnUpdate: Boolean

Properties

DeploymentId

The deployment ID of the image pipeline that creates this image. The deployment ID changes each time the pipeline configuration changes. To set this value, use the Fn::GetAtt intrinsic function to retrieve the DeploymentId attribute of your AWS::ImageBuilder::ImagePipeline resource.

Required: No

Type: String

Update requires: Some interruptions

OnUpdate

Specifies whether the pipeline runs again when the referenced image pipeline is updated. If you set this to true, a change to the pipeline's deployment ID triggers a new pipeline execution and builds a new image. The default value is false.

Required: No

Type: Boolean

Update requires: Some interruptions