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

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

Syntax

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