Learn R Programming

paws.analytics (version 0.7.0)

datazone_create_glossary_term: Creates a business glossary term

Description

Creates a business glossary term.

See https://www.paws-r-sdk.com/docs/datazone_create_glossary_term/ for full documentation.

Usage

datazone_create_glossary_term(
  clientToken = NULL,
  domainIdentifier,
  glossaryIdentifier,
  longDescription = NULL,
  name,
  shortDescription = NULL,
  status = NULL,
  termRelations = NULL
)

Arguments

clientToken

A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

domainIdentifier

[required] The ID of the Amazon DataZone domain in which this business glossary term is created.

glossaryIdentifier

[required] The ID of the business glossary in which this term is created.

longDescription

The long description of this business glossary term.

name

[required] The name of this business glossary term.

shortDescription

The short description of this business glossary term.

status

The status of this business glossary term.

termRelations

The term relations of this business glossary term.