AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DataZone::FormType

CfnFormType

The details of the metadata form type.

Import

import { CfnFormType } from 'aws-cdk-lib/aws-datazone';

Or use the module namespace:

import * as datazone from 'aws-cdk-lib/aws-datazone';
// datazone.CfnFormType

Properties

Configuration passed to the constructor as CfnFormTypeProps.

domainIdentifierRequired
string

The identifier of the Amazon DataZone domain in which the form type exists.

modelRequired
IResolvable | ModelProperty

The model of the form type.

nameRequired
string

The name of the form type.

owningProjectIdentifierRequired
string

The identifier of the project that owns the form type.

descriptionOptional
string

The description of the metadata form type.

statusOptional
string

The status of the form type.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter