geo-places:SearchNearby is a Read access-level action in the geo-places service. Grants permission to retrieve places near a position which match to a set of user defined restrictions such as category or food type offered by the place
ARNs that geo-places:SearchNearby can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows geo-places:SearchNearby. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowGeoplacesSearchNearby",
"Effect": "Allow",
"Action": "geo-places:SearchNearby",
"Resource": "*"
}
]
}