Learn R Programming

paws.analytics (version 0.7.0)

datazone_create_asset: Creates an asset in Amazon DataZone catalog

Description

Creates an asset in Amazon DataZone catalog.

See https://www.paws-r-sdk.com/docs/datazone_create_asset/ for full documentation.

Usage

datazone_create_asset(
  clientToken = NULL,
  description = NULL,
  domainIdentifier,
  externalIdentifier = NULL,
  formsInput = NULL,
  glossaryTerms = NULL,
  name,
  owningProjectIdentifier,
  predictionConfiguration = NULL,
  typeIdentifier,
  typeRevision = NULL
)

Arguments

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.