datazone_create_glossary: Creates an Amazon DataZone business glossary

View source: R/datazone_operations.R

datazone_create_glossaryR Documentation

Creates an Amazon DataZone business glossary

Description

Creates an Amazon DataZone business glossary.

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

Usage

datazone_create_glossary(
  clientToken = NULL,
  description = NULL,
  domainIdentifier,
  name,
  owningProjectIdentifier,
  status = NULL
)

Arguments

clientToken

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

description

The description of this business glossary.

domainIdentifier

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

name

[required] The name of this business glossary.

owningProjectIdentifier

[required] The ID of the project that currently owns business glossary.

status

The status of this business glossary.


paws.analytics documentation built on April 3, 2025, 11:10 p.m.