Module Values.DeleteResourcePolicyRequestSource

Deletes an CloudHSM resource policy. Deleting a resource policy will result in the resource being unshared and removed from any RAM resource shares. Deleting the resource policy attached to a backup will not impact any clusters created from that backup. Cross-account use: No. You cannot perform this operation on an CloudHSM resource in a different Amazon Web Services account.

Sourcetype nonrec t = {
  1. resourceArn : CloudHsmArn.t option;
    (*

    Amazon Resource Name (ARN) of the resource from which the policy will be removed.

    *)
}
Sourceval make : ?resourceArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CloudHsmArn.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