GradientEdge CDK Utils
    Preparing search index...
    interface BaseProps {
        debug?: boolean;
        domainName: string;
        extraContexts?: string[];
        name: string;
        regionContextPath?: string;
        skipStageForARecords?: boolean;
        stage: string;
        stageContextPath?: string;
        stageRegionContextPath?: string;
        subDomain?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    debug?: boolean

    Enable debug logging output

    domainName: string

    The root domain name for the deployment

    extraContexts?: string[]

    Additional CDK context file paths to load

    name: string

    The name identifier for the stack or construct

    regionContextPath?: string

    The relative path to region-specific context files

    skipStageForARecords?: boolean

    Whether to omit the stage prefix for Route53 A records

    stage: string

    The deployment stage (e.g. dev, tst, uat, prd)

    stageContextPath?: string

    The relative path to stage-specific context files

    stageRegionContextPath?: string

    The relative path to stage-region-specific context files

    subDomain?: string

    The subdomain prefix for the deployment