View source: R/datazone_operations.R
datazone_create_data_product | R Documentation |
Creates a data product.
See https://www.paws-r-sdk.com/docs/datazone_create_data_product/ for full documentation.
datazone_create_data_product(
clientToken = NULL,
description = NULL,
domainIdentifier,
formsInput = NULL,
glossaryTerms = NULL,
items = NULL,
name,
owningProjectIdentifier
)
clientToken |
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request. |
description |
The description of the data product. |
domainIdentifier |
[required] The ID of the domain where the data product is created. |
formsInput |
The metadata forms of the data product. |
glossaryTerms |
The glossary terms of the data product. |
items |
The data assets of the data product. |
name |
[required] The name of the data product. |
owningProjectIdentifier |
[required] The ID of the owning project of the data product. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.