AWS::ImageBuilder::LifecyclePolicy ResourceSelection - 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 ResourceSelection

Resource selection criteria for the lifecycle policy.

Syntax

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

JSON

{ "Recipes" : [ RecipeSelection, ... ], "TagMap" : {Key: Value, ...} }

YAML

Recipes: - RecipeSelection TagMap: Key: Value

Properties

Recipes

A list of recipes that are used as selection criteria for the output images that the lifecycle policy applies to.

Required: No

Type: Array of RecipeSelection

Minimum: 1

Maximum: 50

Update requires: No interruption

TagMap

A list of tags that are used as selection criteria for the Image Builder image resources that the lifecycle policy applies to.

Required: No

Type: Object of String

Pattern: .{1,}

Update requires: No interruption