Skip to main content

wireless_gateway

Gets an individual wireless_gateway resource

Overview

Namewireless_gateway
TypeResource
Descriptionwireless_gateway
Idawscc.iotwireless.wireless_gateway

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name,
description,
tags,
lo_ra_wan,
arn,
id,
thing_arn,
thing_name,
last_uplink_received_at
FROM awscc.iotwireless.wireless_gateway
WHERE data__Identifier = '<Id>';

Permissions

To operate on the wireless_gateway resource, the following permissions are required:

Read

iotwireless:GetWirelessGateway,
iotwireless:ListTagsForResource

Update

iotwireless:UpdateWirelessGateway,
iotwireless:UntagResource,
iotwireless:ListTagsForResource,
iotwireless:AssociateWirelessGatewayWithThing

Delete

iotwireless:DeleteWirelessGateway,
iotwireless:DisassociateWirelessGatewayFromThing