aws.location.list_device_positions
Example SQL Queries
SELECT * FROMaws.location.list_device_positionsWHERE"tracker_name" = 'VALUE';Description
A batch request to retrieve all device positions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| tracker_name Required Input Column The tracker resource containing the requested devices. | VARCHAR |
| filter_geometry Input Column The geometry used to filter device positions. | STRUCT( |
Show child fields
| |
| _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
| |
| accuracy The accuracy of the device position. | STRUCT( |
Show child fields
| |
| device_id The ID of the device for this position. | VARCHAR |
| position The last known device position. Empty if no positions currently stored. | DOUBLE[] |
Show child fields
| |
| position_properties The properties associated with the position. | MAP(VARCHAR, VARCHAR) |
| sample_time The timestamp at which the device position was determined. Uses ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ. | TIMESTAMP_S |