wireless_gateways_list_only
Lists wireless_gateways
in a region or regions, for all properties use wireless_gateways
Overview
Name | wireless_gateways_list_only |
Type | Resource |
Description | Create and manage wireless gateways, including LoRa gateways. |
Id | aws.iotwireless.wireless_gateways_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of Wireless Gateway. |
description | string | Description of Wireless Gateway. |
tags | array | A list of key-value pairs that contain metadata for the gateway. |
lo_ra_wan | object | The combination of Package, Station and Model which represents the version of the LoRaWAN Wireless Gateway. |
arn | string | Arn for Wireless Gateway. Returned upon successful create. |
id | string | Id for Wireless Gateway. Returned upon successful create. |
thing_arn | string | Thing Arn. Passed into Update to associate a Thing with the Wireless Gateway. |
thing_name | string | Thing Name. 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. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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