Glue / Client / create_glossary_term
create_glossary_term¶
- Glue.Client.create_glossary_term(**kwargs)¶
Creates a glossary term within a business glossary in Glue Data Catalog.
See also: AWS API Documentation
Request Syntax
response = client.create_glossary_term( GlossaryIdentifier='string', Name='string', ShortDescription='string', LongDescription='string', ClientToken='string' )
- Parameters:
GlossaryIdentifier (string) –
[REQUIRED]
The unique identifier of the glossary in which to create the term.
Name (string) –
[REQUIRED]
The name of the glossary term.
ShortDescription (string) – A short description of the glossary term.
LongDescription (string) – A long description of the glossary term.
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', 'GlossaryId': 'string', 'Name': 'string', 'ShortDescription': 'string', 'LongDescription': 'string' }
Response Structure
(dict) –
Id (string) –
The unique identifier of the glossary term.
GlossaryId (string) –
The unique identifier of the glossary containing this term.
Name (string) –
The name of the glossary term.
ShortDescription (string) –
The short description of the glossary term.
LongDescription (string) –
The long description of the glossary term.
Exceptions
Glue.Client.exceptions.AccessDeniedExceptionGlue.Client.exceptions.EntityNotFoundExceptionGlue.Client.exceptions.InternalServiceExceptionGlue.Client.exceptions.InvalidInputExceptionGlue.Client.exceptions.ConcurrentModificationExceptionGlue.Client.exceptions.ThrottlingExceptionGlue.Client.exceptions.AlreadyExistsException