View source: R/datazone_operations.R
datazone_update_glossary_term | R Documentation |
Updates a business glossary term in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_update_glossary_term/ for full documentation.
datazone_update_glossary_term(
domainIdentifier,
glossaryIdentifier = NULL,
identifier,
longDescription = NULL,
name = NULL,
shortDescription = NULL,
status = NULL,
termRelations = NULL
)
domainIdentifier |
[required] The identifier of the Amazon DataZone domain in which a business glossary term is to be updated. |
glossaryIdentifier |
The identifier of the business glossary in which a term is to be updated. |
identifier |
[required] The identifier of the business glossary term that is to be updated. |
longDescription |
The long description to be updated as part of the
|
name |
The name to be updated as part of the
|
shortDescription |
The short description to be updated as part of the
|
status |
The status to be updated as part of the
|
termRelations |
The term relations to be updated as part of the
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.