View source: R/datazone_operations.R
datazone_update_glossary | R Documentation |
Updates the business glossary in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_update_glossary/ for full documentation.
datazone_update_glossary(
clientToken = NULL,
description = NULL,
domainIdentifier,
identifier,
name = NULL,
status = NULL
)
clientToken |
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request. |
description |
The description to be updated as part of the
|
domainIdentifier |
[required] The identifier of the Amazon DataZone domain in which a business glossary is to be updated. |
identifier |
[required] The identifier of the business glossary to be updated. |
name |
The name to be updated as part of the
|
status |
The status 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.