View source: R/datazone_operations.R
datazone_create_form_type | R Documentation |
Creates a metadata form type.
See https://www.paws-r-sdk.com/docs/datazone_create_form_type/ for full documentation.
datazone_create_form_type(
description = NULL,
domainIdentifier,
model,
name,
owningProjectIdentifier,
status = NULL
)
description |
The description of this Amazon DataZone metadata form type. |
domainIdentifier |
[required] The ID of the Amazon DataZone domain in which this metadata form type is created. |
model |
[required] The model of this Amazon DataZone metadata form type. |
name |
[required] The name of this Amazon DataZone metadata form type. |
owningProjectIdentifier |
[required] The ID of the Amazon DataZone project that owns this metadata form type. |
status |
The status of this Amazon DataZone metadata form type. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.