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
)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
Asset description.
[required] Amazon DataZone domain where the asset is created.
Metadata forms attached to the asset.
Glossary terms attached to the asset.
[required] Asset name.
[required] The unique identifier of the project that owns this asset.
The configuration of the automatically generated business-friendly metadata for the asset.
[required] The unique identifier of this asset's type.
The revision of this asset's type.