Values.ResourceAccessPolicySourceA policy used by the function to access a resource.
type nonrec t = {permission : Permission.t option;The permissions that the Lambda function has to the resource. Can be one of ''rw'' (read/write) or ''ro'' (read-only).
*)resourceId : string;The ID of the resource. (This ID is assigned to the resource when you create the resource definiton.)
*)}