Databricks SDK for JavaScript
    Preparing search index...
    interface CustomPolicyTag {
        key?: string;
        value?: string;
    }
    Index

    Properties

    Properties

    key?: string

    The key of the tag.

    • Must be unique among all custom tags of the same policy
    • Cannot be “budget-policy-name”, “budget-policy-id” or "budget-policy-resolution-result" - these tags are preserved.
    value?: string

    The value of the tag.