GradientEdge CDK Utils
    Preparing search index...

    Properties for creating an Azure Portal dashboard

    interface PortalDashboardProps {
        dashboardName?: Input<string>;
        displayName: string;
        enabled?: boolean;
        filter?: Filter;
        location?: Input<string>;
        panes: Pane[];
        properties?: Input<DashboardPropertiesWithProvisioningStateArgs>;
        resourceGroupName: Input<string>;
        tags?: Input<{ [key: string]: Input<string> }>;
        variables: Record<string, string>;
    }

    Hierarchy

    • DashboardArgs
      • PortalDashboardProps
    Index

    Properties

    dashboardName?: Input<string>

    The name of the dashboard.

    displayName: string

    Display name shown in the Azure Portal

    enabled?: boolean

    When false, skips dashboard creation

    filter?: Filter

    Optional filter configuration for the dashboard

    location?: Input<string>

    The geo-location where the resource lives

    panes: Pane[]

    List of pane configurations to render in the dashboard

    properties?: Input<DashboardPropertiesWithProvisioningStateArgs>

    The resource-specific properties for this resource.

    resourceGroupName: Input<string>

    The name of the resource group. The name is case insensitive.

    tags?: Input<{ [key: string]: Input<string> }>

    Resource tags.

    variables: Record<string, string>

    Variables to substitute into pane templates