tracker_tags
Expands all tag keys and values for trackers
in a region
Overview
Name | tracker_tags |
Type | Resource |
Description | Definition of AWS::Location::Tracker Resource Type |
Id | aws.location.tracker_tags |
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) |
description | string | |
event_bridge_enabled | boolean | |
kms_key_enable_geospatial_queries | boolean | |
kms_key_id | string | |
position_filtering | string | |
pricing_plan | string | |
pricing_plan_data_source | string | This shape is deprecated since 2022-02-01: Deprecated. No longer allowed. |
tracker_arn | string | |
tracker_name | string | |
update_time | string | The datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ) |
arn | string | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all trackers
in a region.
SELECT
region,
create_time,
description,
event_bridge_enabled,
kms_key_enable_geospatial_queries,
kms_key_id,
position_filtering,
pricing_plan,
pricing_plan_data_source,
tracker_arn,
tracker_name,
update_time,
arn,
tag_key,
tag_value
FROM aws.location.tracker_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the tracker_tags
resource, see trackers