Databricks SDK for JavaScript
    Preparing search index...

    Interface UpdateBudgetConfigurationRequest

    interface UpdateBudgetConfigurationRequest {
        budget?: UpdateBudgetConfigurationBudget;
        budgetId?: string;
    }
    Index

    Properties

    Properties

    The updated budget. This will overwrite the budget specified by the budget ID.

    budgetId?: string

    The budget configuration ID.