Skip to main content

place_indices

Retrieves a list of place_indices in a region

Overview

Nameplace_indices
TypeResource
Descriptionplace_indices
Idawscc.location.place_indices

Fields

NameDatatypeDescription
index_namestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
index_name
FROM awscc.location.place_indices
WHERE region = 'us-east-1'

Permissions

To operate on the place_indices resource, the following permissions are required:

Create

geo:CreatePlaceIndex,
geo:DescribePlaceIndex,
geo:TagResource,
geo:UntagResource

List

geo:ListPlaceIndexes