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