Skip to main content

wireless_gateway_tags

Expands all tag keys and values for wireless_gateways in a region

Overview

Namewireless_gateway_tags
TypeResource
DescriptionCreate and manage wireless gateways, including LoRa gateways.
Idaws.iotwireless.wireless_gateway_tags

Fields

NameDatatypeDescription
namestringName of Wireless Gateway.
descriptionstringDescription of Wireless Gateway.
lo_ra_wanobjectThe combination of Package, Station and Model which represents the version of the LoRaWAN Wireless Gateway.
arnstringArn for Wireless Gateway. Returned upon successful create.
idstringId for Wireless Gateway. Returned upon successful create.
thing_arnstringThing Arn. Passed into Update to associate a Thing with the Wireless Gateway.
thing_namestringThing Name. 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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all wireless_gateways in a region.

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

Permissions

For permissions required to operate on the wireless_gateway_tags resource, see wireless_gateways