Module Values.DeleteClusterPolicyInputSource

Deletes the resource-based policy attached to a cluster. This removes all access permissions defined by the policy, reverting to default access controls.

Sourcetype nonrec t = {
  1. identifier : ClusterId.t;
  2. 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.

    *)
  3. clientToken : ClientToken.t option;
}
Sourceval context_ : string
Sourceval make : ?expectedPolicyVersion:??? -> ?clientToken:??? -> identifier:ClusterId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ClusterId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t