AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DataZone::DomainUnit

CfnDomainUnit

The summary of the domain unit.

Import

import { CfnDomainUnit } from 'aws-cdk-lib/aws-datazone';

Or use the module namespace:

import * as datazone from 'aws-cdk-lib/aws-datazone';
// datazone.CfnDomainUnit

Properties

Configuration passed to the constructor as CfnDomainUnitProps.

domainIdentifierRequired
string

The ID of the domain where you want to crate a domain unit.

nameRequired
string

The name of the domain unit.

parentDomainUnitIdentifierRequired
string

The ID of the parent domain unit.

descriptionOptional
string

The description of the domain unit.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter