ECRPublic / Client / get_registry_catalog_data

get_registry_catalog_data#

ECRPublic.Client.get_registry_catalog_data()#

Retrieves catalog metadata for a public registry.

See also: AWS API Documentation

Request Syntax

response = client.get_registry_catalog_data()
Return type:

dict

Returns:

Response Syntax

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

Response Structure

  • (dict) –

    • registryCatalogData (dict) –

      The catalog metadata 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