AWS::DataZone::DomainUnitThe summary of the domain unit.
import { CfnDomainUnit } from 'aws-cdk-lib/aws-datazone';Or use the module namespace:
import * as datazone from 'aws-cdk-lib/aws-datazone';
// datazone.CfnDomainUnitConfiguration passed to the constructor as CfnDomainUnitProps.
domainIdentifierRequiredstringThe ID of the domain where you want to crate a domain unit.
nameRequiredstringThe name of the domain unit.
parentDomainUnitIdentifierRequiredstringThe ID of the parent domain unit.
descriptionOptionalstringThe description of the domain unit.
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::DomainUnit