place_indices
Retrieves a list of place_indices
in a region
Overview
Name | place_indices |
Type | Resource |
Description | place_indices |
Id | awscc.location.place_indices |
Fields
Name | Datatype | Description |
---|---|---|
index_name | string | |
region | string | AWS 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