interface CfnFormTypeProps
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_datazone.CfnFormTypeProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnFormTypeProps |
![]() | software.amazon.awscdk.services.datazone.CfnFormTypeProps |
![]() | aws_cdk.aws_datazone.CfnFormTypeProps |
![]() | aws-cdk-lib » aws_datazone » CfnFormTypeProps |
Properties for defining a CfnFormType
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datazone as datazone } from 'aws-cdk-lib';
const cfnFormTypeProps: datazone.CfnFormTypeProps = {
domainIdentifier: 'domainIdentifier',
model: {
smithy: 'smithy',
},
name: 'name',
owningProjectIdentifier: 'owningProjectIdentifier',
// the properties below are optional
description: 'description',
status: 'status',
};
Properties
Name | Type | Description |
---|---|---|
domain | string | The ID of the Amazon DataZone domain in which this metadata form type is created. |
model | IResolvable | Model | Indicates the smithy model of the API. |
name | string | The name of this Amazon DataZone metadata form type. |
owning | string | The ID of the Amazon DataZone project that owns this metadata form type. |
description? | string | The description of this Amazon DataZone metadata form type. |
status? | string | The status of this Amazon DataZone metadata form type. |
domainIdentifier
Type:
string
The ID of the Amazon DataZone domain in which this metadata form type is created.
model
Type:
IResolvable
|
Model
Indicates the smithy model of the API.
name
Type:
string
The name of this Amazon DataZone metadata form type.
owningProjectIdentifier
Type:
string
The ID of the Amazon DataZone project that owns this metadata form type.
description?
Type:
string
(optional)
The description of this Amazon DataZone metadata form type.
status?
Type:
string
(optional)
The status of this Amazon DataZone metadata form type.