Update Glossary
datazone_update_glossary | R Documentation |
Updates the business glossary in Amazon DataZone¶
Description¶
Updates the business glossary in Amazon DataZone.
Usage¶
datazone_update_glossary(clientToken, description, domainIdentifier,
identifier, name, status)
Arguments¶
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
|
Value¶
A list with the following syntax:
list(
description = "string",
domainId = "string",
id = "string",
name = "string",
owningProjectId = "string",
status = "DISABLED"|"ENABLED"
)
Request syntax¶
svc$update_glossary(
clientToken = "string",
description = "string",
domainIdentifier = "string",
identifier = "string",
name = "string",
status = "DISABLED"|"ENABLED"
)