place_indices_list_only
Lists place_indices
in a region or regions, for all properties use place_indices
Overview
Name | place_indices_list_only |
Type | Resource |
Description | Definition of AWS::Location::PlaceIndex Resource Type |
Id | aws.location.place_indices_list_only |
Fields
Name | Datatype | Description |
---|---|---|
create_time | string | The datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ) |
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 | The datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ) |
arn | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all place_indices
in a region.
SELECT
region,
index_name
FROM aws.location.place_indices_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the place_indices_list_only
resource, see place_indices