Databricks SDK for JavaScript
    Preparing search index...

    Contains the BudgetPolicy details.

    interface BudgetPolicy {
        bindingWorkspaceIds?: bigint[];
        customTags?: CustomPolicyTag[];
        policyId?: string;
        policyName?: string;
    }
    Index

    Properties

    bindingWorkspaceIds?: bigint[]

    List of workspaces that this budget policy will be exclusively bound to. An empty binding implies that this budget policy is open to any workspace in the account.

    customTags?: CustomPolicyTag[]

    A list of tags defined by the customer. At most 20 entries are allowed per policy.

    policyId?: string

    The Id of the policy. This field is generated by and globally unique.

    policyName?: string

    The name of the policy.

    • Must be unique among active policies.
    • Can contain only characters from the ISO 8859-1 (latin1) set.
    • Can't start with reserved keywords such as databricks:default-policy.