This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::ImageBuilder::LifecyclePolicy ExclusionRules
Specifies resources that lifecycle policy actions should not apply to.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Amis" :AmiExclusionRules, "TagMap" :{}Key:Value, ...}
YAML
Amis:AmiExclusionRulesTagMap:Key:Value
Properties
Amis-
Lists configuration values that apply to AMIs that Image Builder should exclude from the lifecycle action.
Required: No
Type: AmiExclusionRules
Update requires: No interruption
TagMap-
Contains a list of tags that Image Builder uses to skip lifecycle actions for Image Builder image resources that have them.
Required: No
Type: Object of String
Pattern:
.{1,}Update requires: No interruption