MDAA TS Docs
    Preparing search index...

    Properties for MdaaDashboard construct

    interface MdaaDashboardProps {
        createOutputs?: boolean;
        createParams?: boolean;
        dashboardName: string;
        naming: IMdaaResourceNaming;
        widgets: DashboardWidgetProps[];
    }

    Hierarchy

    • MdaaConstructProps
      • MdaaDashboardProps
    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

    dashboardName: string

    The name of the dashboard

    naming: IMdaaResourceNaming

    MDAA naming implementation for consistent resource naming across all MDAA constructs

    The widgets to display on the dashboard