Databricks SDK for JavaScript
    Preparing search index...

    Interface EnforcePolicyComplianceForClusterRequest

    interface EnforcePolicyComplianceForClusterRequest {
        clusterId?: string;
        validateOnly?: boolean;
    }
    Index

    Properties

    clusterId?: string

    The ID of the cluster you want to enforce policy compliance on.

    validateOnly?: boolean

    If set, previews the changes that would be made to a cluster to enforce compliance but does not update the cluster.