Updates a business glossary term in Amazon DataZone
Source:R/datazone_operations.R
datazone_update_glossary_term.RdUpdates a business glossary term in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_update_glossary_term/ for full documentation.
Usage
datazone_update_glossary_term(
domainIdentifier,
glossaryIdentifier = NULL,
identifier,
name = NULL,
shortDescription = NULL,
longDescription = NULL,
termRelations = NULL,
status = NULL
)Arguments
- 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.
- name
The name to be updated as part of the
update_glossary_termaction.- shortDescription
The short description to be updated as part of the
update_glossary_termaction.- longDescription
The long description to be updated as part of the
update_glossary_termaction.- termRelations
The term relations to be updated as part of the
update_glossary_termaction.- status
The status to be updated as part of the
update_glossary_termaction.