AWS::ECR::ReplicationConfiguration ReplicationDestination - 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::ReplicationConfiguration ReplicationDestination

An array of objects representing the destination for a replication rule.

Syntax

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

JSON

{ "Region" : String, "RegistryId" : String }

YAML

Region: String RegistryId: String

Properties

Region

The Region to replicate to.

Required: Yes

Type: String

Pattern: [0-9a-z-]{2,25}

Update requires: No interruption

RegistryId

The AWS account ID of the Amazon ECR private registry to replicate to. When configuring cross-Region replication within your own registry, specify your own account ID.

Required: Yes

Type: String

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

Update requires: No interruption