trackers_list_only
Lists trackers
in a region or regions, for all properties use trackers
Overview
Name | trackers_list_only |
Type | Resource |
Description | Definition of AWS::Location::Tracker Resource Type |
Id | aws.location.trackers_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) |
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. |
tags | array | An array of key-value pairs to apply to this resource. |
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 | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all trackers
in a region.
SELECT
region,
tracker_name
FROM aws.location.trackers_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the trackers_list_only
resource, see trackers