Databricks SDK for JavaScript
    Preparing search index...

    Variable EnforcePolicyComplianceForClusterResponse_EnforceResultConst

    EnforcePolicyComplianceForClusterResponse_EnforceResult: {
        APPLIED: "APPLIED";
        DEFERRED: "DEFERRED";
        ENFORCE_RESULT_UNSPECIFIED: "";
        NO_CHANGES: "NO_CHANGES";
    } = ...

    Type Declaration

    • ReadonlyAPPLIED: "APPLIED"

      Changes were applied to the cluster.

    • ReadonlyDEFERRED: "DEFERRED"

      Changes were not applied to the cluster yet. Instead, changes will be applied when the cluster terminates or restarts. This is not returned when validate_only is true, even if the enforcement would have normally been deferred. Instead APPLIED will be returned.

    • ReadonlyENFORCE_RESULT_UNSPECIFIED: ""

      Default value. This value is unused.

    • ReadonlyNO_CHANGES: "NO_CHANGES"

      No changes were made to the cluster.