Databricks SDK for JavaScript
    Preparing search index...
    interface BudgetConfiguration {
        accountId?: string;
        alertConfigurations?: AlertConfiguration[];
        budgetConfigurationId?: string;
        createTime?: bigint;
        displayName?: string;
        filter?: BudgetConfigurationFilter;
        updateTime?: bigint;
    }
    Index

    Properties

    accountId?: string

    account ID.

    alertConfigurations?: AlertConfiguration[]

    Alerts to configure when this budget is in a triggered state. Budgets must have exactly one alert configuration.

    budgetConfigurationId?: string

    budget configuration ID.

    createTime?: bigint

    Creation time of this budget configuration.

    displayName?: string

    Human-readable name of budget configuration. Max Length: 128

    Configured filters for this budget. These are applied to your account's usage to limit the scope of what is considered for this budget. Leave empty to include all usage for this account. All provided filters must be matched for usage to be included.

    updateTime?: bigint

    Update time of this budget configuration.