AWS::ImageBuilder::LifecyclePolicy RecipeSelection - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::ImageBuilder::LifecyclePolicy RecipeSelection

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

Syntax

To declare this entity in your Amazon 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]+\.[0-9]+\.[0-9]+$

Update requires: No interruption