Skip to main content

wireless_device_tags

Expands all tag keys and values for wireless_devices in a region

Overview

Namewireless_device_tags
TypeResource
DescriptionCreate and manage wireless gateways, including LoRa gateways.
Idaws.iotwireless.wireless_device_tags

Fields

NameDatatypeDescription
typestringWireless device type, currently only Sidewalk and LoRa
namestringWireless device name
descriptionstringWireless device description
destination_namestringWireless device destination name
lo_ra_wanobjectThe combination of Package, Station and Model which represents the version of the LoRaWAN Wireless Device.
arnstringWireless device arn. Returned after successful create.
idstringWireless device Id. Returned after successful create.
thing_arnstringThing arn. Passed into update to associate Thing with Wireless device.
thing_namestringThing Arn. If there is a Thing created, this can be returned with a Get call.
last_uplink_received_atstringThe date and time when the most recent uplink was received.
positioningstringFPort values for the GNSS, stream, and ClockSync functions of the positioning information.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all wireless_devices in a region.

SELECT
region,
type,
name,
description,
destination_name,
lo_ra_wan,
arn,
id,
thing_arn,
thing_name,
last_uplink_received_at,
positioning,
tag_key,
tag_value
FROM aws.iotwireless.wireless_device_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the wireless_device_tags resource, see wireless_devices