Databricks SDK for JavaScript
    Preparing search index...
    interface CreateBillingUsageDashboardRequest {
        accountId?: string;
        dashboardType?: UsageDashboardType;
        majorVersion?: UsageDashboardMajorVersion;
        workspaceId?: bigint;
    }
    Index

    Properties

    accountId?: string

    account ID.

    dashboardType?: UsageDashboardType

    Workspace level usage dashboard shows usage data for the specified workspace ID. Global level usage dashboard shows usage data for all workspaces in the account.

    The major version of the usage dashboard template to use. Defaults to VERSION_1.

    workspaceId?: bigint

    The workspace ID of the workspace in which the usage dashboard is created.