Module Values.GetResourcePolicyRequestSource

Retrieves the resource policy document attached to a given resource. 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 to which a policy is attached.

    *)
}
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