aws.location.list_trackers
Example SQL Queries
SELECT * FROMaws.location.list_trackers;Description
Lists tracker resources in your Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| create_time The timestamp for when the tracker resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ. | TIMESTAMP_S |
| description The description for the tracker resource. | VARCHAR |
| pricing_plan Always returns RequestBasedUsage. | VARCHAR |
| pricing_plan_data_source No longer used. Always returns an empty string. | VARCHAR |
| tracker_name The name of the tracker resource. | VARCHAR |
| update_time The timestamp at which the device's position was determined. Uses ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ. | TIMESTAMP_S |