datazone_create_asset_revision {paws.analytics} | R Documentation |
Creates a revision of the asset
Description
Creates a revision of the asset.
See https://www.paws-r-sdk.com/docs/datazone_create_asset_revision/ for full documentation.
Usage
datazone_create_asset_revision(
clientToken = NULL,
description = NULL,
domainIdentifier,
formsInput = NULL,
glossaryTerms = NULL,
identifier,
name,
predictionConfiguration = NULL,
typeRevision = NULL
)
Arguments
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. |
[Package paws.analytics version 0.7.0 Index]