geo-places:SearchText

Read

geo-places:SearchText is a Read access-level action in the geo-places service. Grants permission to query for places using a single free-form text input

Resource types

ARNs that geo-places:SearchText 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:SearchText. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowGeoplacesSearchText",
      "Effect": "Allow",
      "Action": "geo-places:SearchText",
      "Resource": "*"
    }
  ]
}

Related actions in geo-places

View all geo-places actions →