AWS::ImageBuilder::LifecyclePolicy ExclusionRules
Specifies resources that lifecycle policy actions should not apply to.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Amis" :
AmiExclusionRules
, "TagMap" :{
}Key
:Value
, ...}
YAML
Amis:
AmiExclusionRules
TagMap:
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