interface DomainUnitReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_datazone.DomainUnitReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#DomainUnitReference |
![]() | software.amazon.awscdk.services.datazone.DomainUnitReference |
![]() | aws_cdk.aws_datazone.DomainUnitReference |
![]() | aws-cdk-lib » aws_datazone » DomainUnitReference |
A reference to a DomainUnit 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 domainUnitReference: datazone.DomainUnitReference = {
domainId: 'domainId',
domainUnitId: 'domainUnitId',
};
Properties
Name | Type | Description |
---|---|---|
domain | string | The DomainId of the DomainUnit resource. |
domain | string | The Id of the DomainUnit resource. |
domainId
Type:
string
The DomainId of the DomainUnit resource.
domainUnitId
Type:
string
The Id of the DomainUnit resource.