View source: R/datazone_operations.R
datazone_create_asset_revision | R Documentation |
Creates a revision of the asset.
See https://www.paws-r-sdk.com/docs/datazone_create_asset_revision/ for full documentation.
datazone_create_asset_revision(
clientToken = NULL,
description = NULL,
domainIdentifier,
formsInput = NULL,
glossaryTerms = NULL,
identifier,
name,
predictionConfiguration = NULL,
typeRevision = NULL
)
clientToken |
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request. |
description |
The revised description of the asset. |
domainIdentifier |
[required] The unique identifier of the domain where the asset is being revised. |
formsInput |
The metadata forms to be attached to the asset as part of asset revision. |
glossaryTerms |
The glossary terms to be attached to the asset as part of asset revision. |
identifier |
[required] The identifier of the asset. |
name |
[required] Te revised name of the asset. |
predictionConfiguration |
The configuration of the automatically generated business-friendly metadata for the asset. |
typeRevision |
The revision type of the asset. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.