datazone_create_data_product_revision {paws.analytics} | R Documentation |
Creates a data product revision.
See https://www.paws-r-sdk.com/docs/datazone_create_data_product_revision/ for full documentation.
datazone_create_data_product_revision(
clientToken = NULL,
description = NULL,
domainIdentifier,
formsInput = NULL,
glossaryTerms = NULL,
identifier,
items = NULL,
name
)
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. |