View source: R/datazone_operations.R
datazone_create_asset | R Documentation |
Creates an asset in Amazon DataZone catalog.
See https://www.paws-r-sdk.com/docs/datazone_create_asset/ for full documentation.
datazone_create_asset(
clientToken = NULL,
description = NULL,
domainIdentifier,
externalIdentifier = NULL,
formsInput = NULL,
glossaryTerms = NULL,
name,
owningProjectIdentifier,
predictionConfiguration = NULL,
typeIdentifier,
typeRevision = NULL
)
clientToken |
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request. |
description |
Asset description. |
domainIdentifier |
[required] Amazon DataZone domain where the asset is created. |
externalIdentifier |
The external identifier of the asset. |
formsInput |
Metadata forms attached to the asset. |
glossaryTerms |
Glossary terms attached to the asset. |
name |
[required] Asset name. |
owningProjectIdentifier |
[required] The unique identifier of the project that owns this asset. |
predictionConfiguration |
The configuration of the automatically generated business-friendly metadata for the asset. |
typeIdentifier |
[required] The unique identifier of this asset's type. |
typeRevision |
The revision of this asset's type. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.