Databricks SDK for JavaScript
    Preparing search index...

    A request to create a BudgetPolicy.

    interface CreateBudgetPolicyRequest {
        accountId?: string;
        policy?: BudgetPolicy;
        requestId?: string;
    }
    Index

    Properties

    accountId?: string

    The account Id of the customer

    policy?: BudgetPolicy

    The policy to create. policy_id needs to be empty as it will be generated policy_name must be provided, custom_tags may need to be provided depending on the cloud provider. All other fields are optional.

    requestId?: string

    A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if a request_id is provided.