Databricks SDK for JavaScript
    Preparing search index...

    Interface BudgetConfigurationFilter

    interface BudgetConfigurationFilter {
        tags?: BudgetConfigurationFilter_TagClause[];
        workspaceId?: BudgetConfigurationFilter_WorkspaceIdClause;
    }
    Index

    Properties

    Properties

    A list of tag keys and values that will limit the budget to usage that includes those specific custom tags. Tags are case-sensitive and should be entered exactly as they appear in your usage data.

    If provided, usage must match with the provided workspace IDs.