datazone_create_form_type: Creates a metadata form type

View source: R/datazone_operations.R

datazone_create_form_typeR 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.


paws.analytics documentation built on April 3, 2025, 11:10 p.m.