aws.iotwireless.get_resource_position
Example SQL Queries
SELECT * FROMaws.iotwireless.get_resource_positionWHERE"resource_identifier" = 'VALUE'AND "resource_type" = 'VALUE';Description
Get the position information for a given wireless device or a wireless gateway resource. The position information uses the World Geodetic System (WGS84).
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_identifier Required Input Column The identifier of the resource for which position information is retrieved. It can be the wireless device ID or the wireless gateway ID, depending on the resource type. | VARCHAR |
| resource_type Required Input Column The type of resource for which position information is retrieved, which can be a wireless device or a wireless gateway. | 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 |
| geo_json_payload The position information of the resource, displayed as a JSON payload. The payload uses the GeoJSON format, which a format that's used to encode geographic data structures. For more information, see GeoJSON. | BLOB |