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 |
|---|---|---|
tracker_name | 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