Databricks SDK for JavaScript
    Preparing search index...

    Represents a pending enforcement on a cluster, which contains the changes to make to the cluster configuration when the cluster is next terminated or restarted.

    Index

    Properties

    Whether the pending enforcement will be applied. A pending enforcement begins in ACTIVE state. If the enforcement fails to apply too many times, the state transitions to INACTIVE. Afterwards, the enforcement must be re-scheduled to become ACTIVE again.

    initiateTime?: Instant

    The time the pending enforcement was initiated.

    initiatorUser?: string

    The user who initiated the pending enforcement.

    A list of changes that will be made to the cluster configuration when the pending enforcement is applied.

    The new configuration to apply upon cluster termination or restart.