MDAA TS Docs
    Preparing search index...

    Props for the MdaaNamespace construct.

    interface MdaaNamespaceProps {
        createOutputs?: boolean;
        createParams?: boolean;
        namespaceName: string;
        naming: IMdaaResourceNaming;
        tableBucketArn: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    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

    namespaceName: string

    Namespace name (lowercase, digits, underscores, hyphens; max 255 chars).

    naming: IMdaaResourceNaming

    MDAA naming implementation for consistent resource naming across all MDAA constructs

    tableBucketArn: string

    ARN of the parent Table Bucket.