View source: R/datazone_operations.R
datazone_create_glossary_term | R Documentation |
Creates a business glossary term.
See https://www.paws-r-sdk.com/docs/datazone_create_glossary_term/ for full documentation.
datazone_create_glossary_term(
clientToken = NULL,
domainIdentifier,
glossaryIdentifier,
longDescription = NULL,
name,
shortDescription = NULL,
status = NULL,
termRelations = NULL
)
clientToken |
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request. |
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. |
longDescription |
The long description of this business glossary term. |
name |
[required] The name of this business glossary term. |
shortDescription |
The short description of this business glossary term. |
status |
The status of this business glossary term. |
termRelations |
The term relations of this business glossary term. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.