ECRPublic / Client / put_registry_catalog_data

put_registry_catalog_data#

ECRPublic.Client.put_registry_catalog_data(**kwargs)#

Create or update the catalog data for a public registry.

See also: AWS API Documentation

Request Syntax

response = client.put_registry_catalog_data(
    displayName='string'
)
Parameters:

displayName (string) –

The display name for a public registry. The display name is shown as the repository author in the Amazon ECR Public Gallery.

Note

The registry display name is only publicly visible in the Amazon ECR Public Gallery for verified accounts.

Return type:

dict

Returns:

Response Syntax

{
    'registryCatalogData': {
        'displayName': 'string'
    }
}

Response Structure

  • (dict) –

    • registryCatalogData (dict) –

      The catalog data for the public registry.

      • displayName (string) –

        The display name for a public registry. This appears on the Amazon ECR Public Gallery.

        Warning

        Only accounts that have the verified account badge can have a registry display name.

Exceptions