MDAA TS Docs
    Preparing search index...

    Interface DataZoneDomainUnitConstructProps

    interface DataZoneDomainUnitConstructProps {
        associatedAccountUserProfiles?: { [name: string]: CfnUserProfile };
        createOutputs?: boolean;
        createParams?: boolean;
        dataAdminUserProfile: CfnUserProfile;
        description?: string;
        domainId: string;
        domainVersion: "V1" | "V2";
        groupProfiles?: { [name: string]: CfnGroupProfile };
        name: string;
        naming: IMdaaResourceNaming;
        ownership?: DomainUnitOwnership;
        parentDomainUnitId: string;
        userProfiles?: { [name: string]: CfnUserProfile };
    }

    Hierarchy (View Summary)

    Index

    Properties

    associatedAccountUserProfiles?: { [name: string]: CfnUserProfile }
    createOutputs?: boolean

    Flag controlling CloudFormation output and stack export creation for construct resources

    createParams?: boolean

    Flag controlling SSM parameter creation for construct resource references enabling

    dataAdminUserProfile: CfnUserProfile
    description?: string
    domainId: string
    domainVersion: "V1" | "V2"
    groupProfiles?: { [name: string]: CfnGroupProfile }
    name: string
    naming: IMdaaResourceNaming

    MDAA naming implementation for consistent resource naming across all MDAA constructs

    parentDomainUnitId: string
    userProfiles?: { [name: string]: CfnUserProfile }