Allows access to individual entities - Amazon Verified Permissions

Allows access to individual entities

This example shows how you might create a policy that allows the user alice to view the photo VacationPhoto94.jpg.

permit( principal == User::"alice", action == Action::"view", resource == Photo::"VacationPhoto94.jpg" );