Skip to main content

place_indices_list_only

Lists place_indices in a region or regions, for all properties use place_indices

Overview

Nameplace_indices_list_only
TypeResource
DescriptionDefinition of AWS::Location::PlaceIndex Resource Type
Idaws.location.place_indices_list_only

Fields

NameDatatypeDescription
create_timestringThe datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ)
data_sourcestring
data_source_configurationobject
descriptionstring
index_arnstring
index_namestring
pricing_planstring
tagsarrayAn array of key-value pairs to apply to this resource.
update_timestringThe datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ)
arnstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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