AWS::ImageBuilder::LifecyclePolicy RecipeSelection - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::LifecyclePolicy RecipeSelection

Specifies an Image Builder recipe that the lifecycle policy uses for resource selection.

Syntax

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

JSON

{ "Name" : String, "SemanticVersion" : String }

YAML

Name: String SemanticVersion: String

Properties

Name

The name of an Image Builder recipe that the lifecycle policy uses for resource selection.

Required: Yes

Type: String

Pattern: ^[-_A-Za-z-0-9][-_A-Za-z0-9 ]{1,126}[-_A-Za-z-0-9]$

Update requires: No interruption

SemanticVersion

The version of the Image Builder recipe specified by the name field.

Required: Yes

Type: String

Pattern: ^(?:[0-9]+|x)\.(?:[0-9]+|x)\.(?:[0-9]+|x)$

Update requires: No interruption