Glue / Client / get_registry

get_registry#

Glue.Client.get_registry(**kwargs)#

Describes the specified registry in detail.

See also: AWS API Documentation

Request Syntax

response = client.get_registry(
    RegistryId={
        'RegistryName': 'string',
        'RegistryArn': 'string'
    }
)
Parameters:

RegistryId (dict) –

[REQUIRED]

This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).

  • RegistryName (string) –

    Name of the registry. Used only for lookup. One of RegistryArn or RegistryName has to be provided.

  • RegistryArn (string) –

    Arn of the registry to be updated. One of RegistryArn or RegistryName has to be provided.

Return type:

dict

Returns:

Response Syntax

{
    'RegistryName': 'string',
    'RegistryArn': 'string',
    'Description': 'string',
    'Status': 'AVAILABLE'|'DELETING',
    'CreatedTime': 'string',
    'UpdatedTime': 'string'
}

Response Structure

  • (dict) –

    • RegistryName (string) –

      The name of the registry.

    • RegistryArn (string) –

      The Amazon Resource Name (ARN) of the registry.

    • Description (string) –

      A description of the registry.

    • Status (string) –

      The status of the registry.

    • CreatedTime (string) –

      The date and time the registry was created.

    • UpdatedTime (string) –

      The date and time the registry was updated.

Exceptions