Learn R Programming

paws.analytics (version 0.7.0)

datazone_create_data_product_revision: Creates a data product revision

Description

Creates a data product revision.

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

Usage

datazone_create_data_product_revision(
  clientToken = NULL,
  description = NULL,
  domainIdentifier,
  formsInput = NULL,
  glossaryTerms = NULL,
  identifier,
  items = NULL,
  name
)

Arguments

clientToken

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

description

The description of the data product revision.

domainIdentifier

[required] The ID of the domain where the data product revision is created.

formsInput

The metadata forms of the data product revision.

glossaryTerms

The glossary terms of the data product revision.

identifier

[required] The ID of the data product revision.

items

The data assets of the data product revision.

name

[required] The name of the data product revision.