datazone_create_asset_type {paws.analytics}R Documentation

Creates a custom asset type

Description

Creates a custom asset type.

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

Usage

datazone_create_asset_type(
  description = NULL,
  domainIdentifier,
  formsInput,
  name,
  owningProjectIdentifier
)

Arguments

description

The descripton of the custom asset type.

domainIdentifier

[required] The unique identifier of the Amazon DataZone domain where the custom asset type is being created.

formsInput

[required] The metadata forms that are to be attached to the custom asset type.

name

[required] The name of the custom asset type.

owningProjectIdentifier

[required] The identifier of the Amazon DataZone project that is to own the custom asset type.


[Package paws.analytics version 0.7.0 Index]