AWS::ImageBuilder::LifecyclePolicy RecipeSelection - AWS CloudFormation

AWS::ImageBuilder::LifecyclePolicy RecipeSelection

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

Syntax

To declare this entity in your AWS 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