Values.DeleteClusterPolicyInputSourceDeletes the resource-based policy attached to a cluster. This removes all access permissions defined by the policy, reverting to default access controls.
type nonrec t = {identifier : ClusterId.t;expectedPolicyVersion : PolicyVersion.t option;The expected version of the policy to delete. This parameter ensures that you're deleting the correct version of the policy and helps prevent accidental deletions.
*)clientToken : ClientToken.t option;}val make :
?expectedPolicyVersion:??? ->
?clientToken:??? ->
identifier:ClusterId.t ->
unit ->
t