AWS::ECR::Repository LifecyclePolicy - 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::ECR::Repository LifecyclePolicy

The LifecyclePolicy property type specifies a lifecycle policy. For information about lifecycle policy syntax, see Lifecycle policy template in the Amazon ECR User Guide.

Syntax

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

JSON

{ "LifecyclePolicyText" : String, "RegistryId" : String }

YAML

LifecyclePolicyText: String RegistryId: String

Properties

LifecyclePolicyText

The JSON repository policy text to apply to the repository.

Required: No

Type: String

Minimum: 100

Maximum: 30720

Update requires: No interruption

RegistryId

The AWS account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.

Required: No

Type: String

Pattern: ^[0-9]{12}$

Minimum: 12

Maximum: 12

Update requires: No interruption

See also