AWS::ImageBuilder::LifecyclePolicy IncludeResources - 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 IncludeResources

Specifies how the lifecycle policy should apply actions to selected resources.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Amis" : Boolean, "Containers" : Boolean, "Snapshots" : Boolean }

YAML

Amis: Boolean Containers: Boolean Snapshots: Boolean

Properties

Amis

Specifies whether the lifecycle action should apply to distributed AMIs.

Required: No

Type: Boolean

Update requires: No interruption

Containers

Specifies whether the lifecycle action should apply to distributed containers.

Required: No

Type: Boolean

Update requires: No interruption

Snapshots

Specifies whether the lifecycle action should apply to snapshots associated with distributed AMIs.

Required: No

Type: Boolean

Update requires: No interruption