AWS::ImageBuilder::LifecyclePolicy ExclusionRules - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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