interface FormTypeReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_datazone.FormTypeReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#FormTypeReference |
![]() | software.amazon.awscdk.services.datazone.FormTypeReference |
![]() | aws_cdk.aws_datazone.FormTypeReference |
![]() | aws-cdk-lib » aws_datazone » FormTypeReference |
A reference to a FormType resource.
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 formTypeReference: datazone.FormTypeReference = {
domainIdentifier: 'domainIdentifier',
formTypeIdentifier: 'formTypeIdentifier',
};
Properties
Name | Type | Description |
---|---|---|
domain | string | The DomainIdentifier of the FormType resource. |
form | string | The FormTypeIdentifier of the FormType resource. |
domainIdentifier
Type:
string
The DomainIdentifier of the FormType resource.
formTypeIdentifier
Type:
string
The FormTypeIdentifier of the FormType resource.