Databricks SDK for JavaScript
    Preparing search index...

    Updates a BudgetPolicy.

    interface UpdateBudgetPolicyRequest {
        accountId?: string;
        limitConfig?: LimitConfig;
        policy?: BudgetPolicy;
    }
    Index

    Properties

    accountId?: string

    The account Id of the customer

    limitConfig?: LimitConfig

    DEPRECATED. This is redundant field as LimitConfig is part of the BudgetPolicy

    policy?: BudgetPolicy

    The policy to update. creator_user_id cannot be specified in the request. All other fields must be specified even if not changed. The policy_id is used to identify the policy to update.