geo-places:SearchNearby

Read

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

Resource types

ARNs that geo-places:SearchNearby can be scoped to in an IAM policy.

arn:${Partition}:geo-places:${Region}::provider/default
provider

Condition keys

No condition keys are documented for this action.

Example IAM policy

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": "*"
    }
  ]
}

Related actions in geo-places

View all geo-places actions →