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'
}
)
[REQUIRED]
This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
Name of the registry. Used only for lookup. One of RegistryArn
or RegistryName
has to be provided.
Arn of the registry to be updated. One of RegistryArn
or RegistryName
has to be provided.
{
'RegistryName': 'string',
'RegistryArn': 'string',
'Description': 'string',
'Status': 'AVAILABLE'|'DELETING',
'CreatedTime': 'string',
'UpdatedTime': 'string'
}
Response Structure
The name of the registry.
The Amazon Resource Name (ARN) of the registry.
A description of the registry.
The status of the registry.
The date and time the registry was created.
The date and time the registry was updated.
Exceptions
Glue.Client.exceptions.InvalidInputException
Glue.Client.exceptions.AccessDeniedException
Glue.Client.exceptions.EntityNotFoundException
Glue.Client.exceptions.InternalServiceException