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:StringOnUpdate: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::GetAttintrinsic function to retrieve theDeploymentIdattribute of yourAWS::ImageBuilder::ImagePipelineresource.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 isfalse.Required: No
Type: Boolean
Update requires: Some interruptions