AWS::DataZone::FormTypeThe details of the metadata form type.
import { CfnFormType } from 'aws-cdk-lib/aws-datazone';Or use the module namespace:
import * as datazone from 'aws-cdk-lib/aws-datazone';
// datazone.CfnFormTypeConfiguration passed to the constructor as CfnFormTypeProps.
domainIdentifierRequiredstringThe identifier of the Amazon DataZone domain in which the form type exists.
modelRequiredIResolvable | ModelPropertyThe model of the form type.
nameRequiredstringThe name of the form type.
owningProjectIdentifierRequiredstringThe identifier of the project that owns the form type.
descriptionOptionalstringThe description of the metadata form type.
statusOptionalstringThe status of the form type.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-datazoneAWS::DataZone::FormType