Learn R Programming

paws.analytics (version 0.7.0)

datazone_update_glossary_term: Updates a business glossary term in Amazon DataZone

Description

Updates 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,
  longDescription = NULL,
  name = NULL,
  shortDescription = NULL,
  status = NULL,
  termRelations = 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.

longDescription

The long description to be updated as part of the update_glossary_term action.

name

The name to be updated as part of the update_glossary_term action.

shortDescription

The short description to be updated as part of the update_glossary_term action.

status

The status to be updated as part of the update_glossary_term action.

termRelations

The term relations to be updated as part of the update_glossary_term action.