MDAA TS Docs
    Preparing search index...

    Interface MdaaResourceNamingConfig

    interface MdaaResourceNamingConfig {
        cdkNode: Node;
        domain: string;
        env: string;
        moduleName: string;
        org: string;
    }
    Index

    Properties

    cdkNode: Node

    CDK construct node providing access to context values for custom naming implementations

    domain: string

    Domain identifier from MDAA configuration representing logical business or organizational boundaries

    env: string

    Environment identifier from MDAA configuration that distinguishes deployment stages within the same domain

    moduleName: string

    Module name from MDAA configuration identifying the specific MDAA module deployment within a domain/environment

    org: string

    Organization identifier from MDAA configuration that serves as the top-level namespace for all AWS resource names