ECR / Client / put_registry_policy

put_registry_policy#

ECR.Client.put_registry_policy(**kwargs)#

Creates or updates the permissions policy for your registry.

A registry policy is used to specify permissions for another Amazon Web Services account and is used when configuring cross-account replication. For more information, see Registry permissions in the Amazon Elastic Container Registry User Guide.

See also: AWS API Documentation

Request Syntax

response = client.put_registry_policy(
    policyText='string'
)
Parameters:

policyText (string) –

[REQUIRED]

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 in the Amazon Elastic Container Registry User Guide.

Return type:

dict

Returns:

Response Syntax

{
    'registryId': 'string',
    'policyText': 'string'
}

Response Structure

  • (dict) –

    • registryId (string) –

      The registry ID.

    • policyText (string) –

      The JSON policy text for your registry.

Exceptions

  • ECR.Client.exceptions.ServerException

  • ECR.Client.exceptions.InvalidParameterException

  • ECR.Client.exceptions.ValidationException