get_registry_policy
()¶Retrieves the permissions policy for a registry.
See also: AWS API Documentation
Request Syntax
response = client.get_registry_policy()
{
'registryId': 'string',
'policyText': 'string'
}
Response Structure
The ID of the registry.
The JSON text of the permissions policy for a registry.
Exceptions
ECR.Client.exceptions.ServerException
ECR.Client.exceptions.InvalidParameterException
ECR.Client.exceptions.RegistryPolicyNotFoundException
ECR.Client.exceptions.ValidationException