--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ecr_replication_configuration Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::ECR::ReplicationConfiguration --- # awscc_ecr_replication_configuration (Data Source) Data Source schema for AWS::ECR::ReplicationConfiguration ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `registry_id` (String) The RegistryId associated with the aws account. - `replication_configuration` (Attributes) An object representing the replication configuration for a registry. (see [below for nested schema](#nestedatt--replication_configuration)) ### Nested Schema for `replication_configuration` Read-Only: - `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](#nestedatt--replication_configuration--rules)) ### Nested Schema for `replication_configuration.rules` Read-Only: - `destinations` (Attributes List) An array of objects representing the details of a replication destination. (see [below for nested schema](#nestedatt--replication_configuration--rules--destinations)) - `repository_filters` (Attributes List) An array of objects representing the details of a repository filter. (see [below for nested schema](#nestedatt--replication_configuration--rules--repository_filters)) ### Nested Schema for `replication_configuration.rules.destinations` Read-Only: - `region` (String) A Region to replicate to. - `registry_id` (String) The account ID of the destination registry to replicate to. ### Nested Schema for `replication_configuration.rules.repository_filters` Read-Only: - `filter` (String) The repository filter to be applied for replication. - `filter_type` (String) Type of repository filter