Skip to main content

wireless_gateways_list_only

Lists wireless_gateways in a region or regions, for all properties use wireless_gateways

Overview

Namewireless_gateways_list_only
TypeResource
DescriptionCreate and manage wireless gateways, including LoRa gateways.
Idaws.iotwireless.wireless_gateways_list_only

Fields

NameDatatypeDescription
namestringName of Wireless Gateway.
descriptionstringDescription of Wireless Gateway.
tagsarrayA list of key-value pairs that contain metadata for the 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.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all wireless_gateways in a region.

SELECT
region,
id
FROM aws.iotwireless.wireless_gateways_list_only
WHERE region = 'us-east-1';

Permissions

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