AWS::ECR::ReplicationConfiguration ReplicationDestination - AWS CloudFormation

AWS::ECR::ReplicationConfiguration ReplicationDestination

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

Syntax

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