AWS::ImageBuilder::LifecyclePolicy ExclusionRules - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 ExclusionRules

Specifies resources that lifecycle policy actions should not apply to.

Syntax

To declare this entity in your 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