Module Values.GetResourcePolicyRequestSource

Gets the resource policy document for a Bedrock resource

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

    The ARN of the Bedrock resource to which this resource policy applies.

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