This is the new AWS 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 ResourceSelection
Resource selection criteria for the lifecycle policy.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Recipes" :[ RecipeSelection, ... ], "TagMap" :{}Key:Value, ...}
YAML
Recipes:- RecipeSelectionTagMap: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: 1Maximum: 50Update 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