Values.ResourcePolicySourceAn CodeArtifact resource policy that contains a resource ARN, document details, and a revision.
type nonrec t = {resourceArn : Arn.t option;The ARN of the resource associated with the resource policy
*)revision : PolicyRevision.t option;The current revision of the resource policy.
*)document : PolicyDocument.t option;The resource policy formatted in JSON.
*)}