Values.PutResourcePolicyRequestSourceAdds a resource policy for a Bedrock resource.
type nonrec t = {resourceArn : ResourcePolicyResourceArn.t;The ARN of the Bedrock resource to which this resource policy applies.
*)resourcePolicy : ResourcePolicyDocument.t;The JSON string representing the Bedrock resource policy.
*)}val make :
resourceArn:ResourcePolicyResourceArn.t ->
resourcePolicy:ResourcePolicyDocument.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of ResourcePolicyResourceArn.t ]) list ]