geo:DeletePlaceIndex

Write

geo:DeletePlaceIndex is a Write access-level action in the geo service. Grants permission to delete a place index resource

Resource types

ARNs that geo:DeletePlaceIndex can be scoped to in an IAM policy.

arn:${Partition}:geo:${Region}:${Account}:place-index/${IndexName}
place-index

Condition keys

Keys you can use in the Condition block of a policy that grants geo:DeletePlaceIndex.

aws:ResourceTag/${TagKey} String

Filters access by the presence of tag key-value pairs in the request

Example IAM policy

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

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

Related actions in geo

View all geo actions →