Skip to main content

place_index_tags

Expands all tag keys and values for place_indices in a region

Overview

Nameplace_index_tags
TypeResource
DescriptionDefinition of AWS::Location::PlaceIndex Resource Type
Idaws.location.place_index_tags

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
update_timestringThe datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ)
arnstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all place_indices in a region.

SELECT
region,
create_time,
data_source,
data_source_configuration,
description,
index_arn,
index_name,
pricing_plan,
update_time,
arn,
tag_key,
tag_value
FROM aws.location.place_index_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the place_index_tags resource, see place_indices