Values.GetResourcePolicyRequestSourceReturns details about a policy for a resource.
type nonrec t = {resourceArn : String_.t;Amazon Resource Name (ARN) for the resource.
*)policyName : String_.t;Name of the policy.
*)policyType : PolicyType.t;The type of policy.
*)}val make :
resourceArn:String_.t ->
policyName:String_.t ->
policyType:PolicyType.t ->
unit ->
t