The AWS::ECR::ReplicationConfiguration resource configures the replication destinations for an Amazon Elastic Container Registry (Amazon Private ECR). For more information, see https://docs.aws.amazon.com/AmazonECR/latest/userguide/replication.html
replication_configuration
(Attributes) An object representing the replication configuration for a registry. (see below for nested schema)id
(String) Uniquely identifies the resource.registry_id
(String) The RegistryId associated with the aws account.replication_configuration
Required:
rules
(Attributes List) An array of objects representing the replication rules for a replication configuration. A replication configuration may contain a maximum of 10 rules. (see below for nested schema)replication_configuration.rules
Required:
destinations
(Attributes List) An array of objects representing the details of a replication destination. (see below for nested schema)Optional:
repository_filters
(Attributes List) An array of objects representing the details of a repository filter. (see below for nested schema)replication_configuration.rules.destinations
Required:
region
(String) A Region to replicate to.registry_id
(String) The account ID of the destination registry to replicate to.replication_configuration.rules.repository_filters
Required:
filter
(String) The repository filter to be applied for replication.filter_type
(String) Type of repository filterImport is supported using the following syntax:
$ terraform import awscc_ecr_replication_configuration.example <resource ID>