wireless_gateway
Gets an individual wireless_gateway
resource
Overview
Name | wireless_gateway |
Type | Resource |
Description | wireless_gateway |
Id | awscc.iotwireless.wireless_gateway |
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
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