Update Glossary
| datazone_update_glossary | R Documentation |
Updates the business glossary in Amazon DataZone¶
Description¶
Updates the business glossary in Amazon DataZone.
Usage¶
Arguments¶
clientTokenA unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
descriptionThe description to be updated as part of the
update_glossaryaction.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.
nameThe name to be updated as part of the
update_glossaryaction.statusThe status to be updated as part of the
update_glossaryaction.
Value¶
A list with the following syntax:
list(
description = "string",
domainId = "string",
id = "string",
name = "string",
owningProjectId = "string",
status = "DISABLED"|"ENABLED"
)