Creates a business glossary term.
See https://www.paws-r-sdk.com/docs/datazone_create_glossary_term/ for full documentation.
Usage
datazone_create_glossary_term(
domainIdentifier,
glossaryIdentifier,
name,
status = NULL,
shortDescription = NULL,
longDescription = NULL,
termRelations = NULL,
clientToken = NULL
)Arguments
- domainIdentifier
[required] The ID of the Amazon DataZone domain in which this business glossary term is created.
- glossaryIdentifier
[required] The ID of the business glossary in which this term is created.
- name
[required] The name of this business glossary term.
- status
The status of this business glossary term.
- shortDescription
The short description of this business glossary term.
- longDescription
The long description of this business glossary term.
- termRelations
The term relations of this business glossary term.
- clientToken
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.