geo-places:Geocode

Read

geo-places:Geocode is a Read access-level action in the geo-places service. Grants permission to geocode a textual address or place into geographic coordinates

Resource types

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

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

Related actions in geo-places

View all geo-places actions →