ECRPublic.Client.get_repository_policy(**kwargs)¶Retrieves the repository policy for the specified repository.
See also: AWS API Documentation
Request Syntax
response = client.get_repository_policy(
registryId='string',
repositoryName='string'
)
[REQUIRED]
The name of the repository with the policy to retrieve.
dict
Response Syntax
{
'registryId': 'string',
'repositoryName': 'string',
'policyText': 'string'
}
Response Structure
(dict) --
registryId (string) --
The registry ID that's associated with the request.
repositoryName (string) --
The repository name that's associated with the request.
policyText (string) --
The repository policy text that's associated with the repository. The policy text will be in JSON format.
Exceptions
ECRPublic.Client.exceptions.ServerExceptionECRPublic.Client.exceptions.InvalidParameterExceptionECRPublic.Client.exceptions.RepositoryNotFoundExceptionECRPublic.Client.exceptions.RepositoryPolicyNotFoundExceptionECRPublic.Client.exceptions.UnsupportedCommandException