{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-access-analyzer/refs/heads/main/json-structure/iam-access-analyzer-ecr-repository-configuration-structure.json", "name": "EcrRepositoryConfiguration", "description": "

The proposed access control configuration for an Amazon ECR repository. You can propose a configuration for a new Amazon ECR repository or an existing Amazon ECR repository that you own by specifying the Amazon ECR policy. For more information, see Repository.

", "type": "object", "properties": { "repositoryPolicy": { "allOf": [ { "$ref": "#/components/schemas/EcrRepositoryPolicy" }, { "description": "The JSON repository policy text to apply to the Amazon ECR repository. For more information, see Private repository policy examples in the Amazon ECR User Guide." } ] } } }