--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ecr_registry_policy Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::ECR::RegistryPolicy --- # awscc_ecr_registry_policy (Data Source) Data Source schema for AWS::ECR::RegistryPolicy ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `policy_text` (Map of String) The JSON policy text to apply to your registry. The policy text follows the same format as IAM policy text. For more information, see Registry permissions (https://docs.aws.amazon.com/AmazonECR/latest/userguide/registry-permissions.html) in the Amazon Elastic Container Registry User Guide. - `registry_id` (String) The registry id.