Glue / Client / create_glossary
create_glossary¶
- Glue.Client.create_glossary(**kwargs)¶
Creates a business glossary in Glue Data Catalog. A glossary is a container for glossary terms that define business concepts.
See also: AWS API Documentation
Request Syntax
response = client.create_glossary( Name='string', Description='string', ClientToken='string' )
- Parameters:
Name (string) –
[REQUIRED]
The name of the glossary.
Description (string) – The description of the glossary.
ClientToken (string) –
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
This field is autopopulated if not provided.
- Return type:
dict
- Returns:
Response Syntax
{ 'Id': 'string', 'Name': 'string', 'Description': 'string' }
Response Structure
(dict) –
Id (string) –
The unique identifier of the glossary.
Name (string) –
The name of the glossary.
Description (string) –
The description of the glossary.
Exceptions
Glue.Client.exceptions.AccessDeniedExceptionGlue.Client.exceptions.InternalServiceExceptionGlue.Client.exceptions.InvalidInputExceptionGlue.Client.exceptions.ConcurrentModificationExceptionGlue.Client.exceptions.ThrottlingExceptionGlue.Client.exceptions.AlreadyExistsException