wireless_devices_list_only
Lists wireless_devices
in a region or regions, for all properties use wireless_devices
Overview
Name | wireless_devices_list_only |
Type | Resource |
Description | Create and manage wireless gateways, including LoRa gateways. |
Id | aws.iotwireless.wireless_devices_list_only |
Fields
Name | Datatype | Description |
---|---|---|
type | string | Wireless device type, currently only Sidewalk and LoRa |
name | string | Wireless device name |
description | string | Wireless device description |
destination_name | string | Wireless device destination name |
lo_ra_wan | object | The combination of Package, Station and Model which represents the version of the LoRaWAN Wireless Device. |
tags | array | A list of key-value pairs that contain metadata for the device. Currently not supported, will not create if tags are passed. |
arn | string | Wireless device arn. Returned after successful create. |
id | string | Wireless device Id. Returned after successful create. |
thing_arn | string | Thing arn. Passed into update to associate Thing with Wireless device. |
thing_name | string | Thing Arn. If there is a Thing created, this can be returned with a Get call. |
last_uplink_received_at | string | The date and time when the most recent uplink was received. |
positioning | string | FPort values for the GNSS, stream, and ClockSync functions of the positioning information. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all wireless_devices
in a region.
SELECT
region,
id
FROM aws.iotwireless.wireless_devices_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the wireless_devices_list_only
resource, see wireless_devices