aws.iotwireless.get_position
Example SQL Queries
SELECT * FROMaws.iotwireless.get_positionWHERE"resource_identifier" = 'VALUE'AND "resource_type" = 'VALUE';Description
Get the position information for a given resource.
This action is no longer supported. Calls to retrieve the position information should use the GetResourcePosition API operation instead.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_identifier Required Input Column Resource identifier used to retrieve the position information. | VARCHAR |
| resource_type Required Input Column Resource type of the resource for which position information is retrieved. | VARCHAR |
| _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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| accuracy The accuracy of the estimated position in meters. An empty value indicates that no position data is available. A value of β0.0β value indicates that position data is available. This data corresponds to the position information that you specified instead of the position computed by solver. | STRUCT( |
Show child fields
| |
| position The position information of the resource. | DOUBLE[] |
Show child fields
| |
| solver_provider The vendor of the positioning solver. | VARCHAR |
| solver_type The type of solver used to identify the position of the resource. | VARCHAR |
| solver_version The version of the positioning solver. | VARCHAR |
| timestamp The timestamp at which the device's position was determined. | VARCHAR |