datazone_create_form_type {paws.analytics}R Documentation

Creates a metadata form type

Description

Creates a metadata form type.

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

Usage

datazone_create_form_type(
  description = NULL,
  domainIdentifier,
  model,
  name,
  owningProjectIdentifier,
  status = NULL
)

Arguments

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.


[Package paws.analytics version 0.9.0 Index]