geo-routes:SnapToRoads

Read

geo-routes:SnapToRoads is a Read access-level action in the geo-routes service. Grants permission to enhances the accuracy of geographic positioning by aligning GPS coordinates to the nearest road segments on a digital map

Resource types

ARNs that geo-routes:SnapToRoads can be scoped to in an IAM policy.

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

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows geo-routes:SnapToRoads. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowGeoroutesSnapToRoads",
      "Effect": "Allow",
      "Action": "geo-routes:SnapToRoads",
      "Resource": "*"
    }
  ]
}

Related actions in geo-routes

View all geo-routes actions →