# AWS::ECR::ReplicationConfiguration ReplicationDestination An array of objects representing the details of a replication destination. ## 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 A Region to replicate to. _Required_: Yes _Type_: String _Pattern_: [0-9a-z-]{2,25} _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### RegistryId The account ID of the destination registry to replicate to. _Required_: Yes _Type_: String _Pattern_: ^[0-9]{12}$ _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)