GradientEdge CDK Utils
    Preparing search index...
    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
    enabled?: boolean
    filter?: Filter
    location?: Input<string>

    The geo-location where the resource lives

    panes: Pane[]
    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>