Values.PutResourcePolicyRequestSourceAttaches a resource-based policy to an OpenSearch Ingestion resource. Resource-based policies grant permissions to principals to perform actions on the resource.
type nonrec t = {resourceArn : PipelineArn.t;The Amazon Resource Name (ARN) of the resource to attach the policy to.
*)policy : ResourcePolicy.t;The resource-based policy document in JSON format.
*)}