place_index
Gets an individual place_index
resource
Overview
Name | place_index |
Type | Resource |
Description | place_index |
Id | awscc.location.place_index |
Fields
Name | Datatype | Description |
---|---|---|
create_time | string | |
data_source | string | |
data_source_configuration | object | |
description | string | |
index_arn | string | |
index_name | string | |
pricing_plan | string | |
tags | array | An array of key-value pairs to apply to this resource. |
update_time | string | |
arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
create_time,
data_source,
data_source_configuration,
description,
index_arn,
index_name,
pricing_plan,
tags,
update_time,
arn
FROM awscc.location.place_index
WHERE data__Identifier = '<IndexName>';
Permissions
To operate on the place_index
resource, the following permissions are required:
Read
geo:DescribePlaceIndex
Update
geo:CreatePlaceIndex,
geo:DescribePlaceIndex,
geo:TagResource,
geo:UntagResource,
geo:UpdatePlaceIndex
Delete
geo:DeletePlaceIndex,
geo:DescribePlaceIndex