View source: R/datazone_operations.R
datazone_create_asset_type | R Documentation |
Creates a custom asset type.
See https://www.paws-r-sdk.com/docs/datazone_create_asset_type/ for full documentation.
datazone_create_asset_type(
description = NULL,
domainIdentifier,
formsInput,
name,
owningProjectIdentifier
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.