Skip to main content

geofence_collection_tags

Expands all tag keys and values for geofence_collections in a region

Overview

Namegeofence_collection_tags
TypeResource
DescriptionDefinition of AWS::Location::GeofenceCollection Resource Type
Idaws.location.geofence_collection_tags

Fields

NameDatatypeDescription
collection_arnstring
collection_namestring
create_timestringThe datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ)
descriptionstring
kms_key_idstring
pricing_planstring
pricing_plan_data_sourcestringThis shape is deprecated since 2022-02-01: Deprecated. No longer allowed.
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 geofence_collections in a region.

SELECT
region,
collection_arn,
collection_name,
create_time,
description,
kms_key_id,
pricing_plan,
pricing_plan_data_source,
update_time,
arn,
tag_key,
tag_value
FROM aws.location.geofence_collection_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the geofence_collection_tags resource, see geofence_collections