wireless_device
Gets an individual wireless_device
resource
Overview
Name | wireless_device |
Type | Resource |
Description | wireless_device |
Id | awscc.iotwireless.wireless_device |
Fields
Name | Datatype | Description |
---|---|---|
type | string | Wireless device type, currently only Sidewalk and LoRa |
name | string | Wireless device name |
description | string | Wireless device description |
destination_name | string | Wireless device destination name |
lo_ra_wan | object | The combination of Package, Station and Model which represents the version of the LoRaWAN Wireless Device. |
tags | array | A list of key-value pairs that contain metadata for the device. Currently not supported, will not create if tags are passed. |
arn | string | Wireless device arn. Returned after successful create. |
id | string | Wireless device Id. Returned after successful create. |
thing_arn | string | Thing arn. Passed into update to associate Thing with Wireless device. |
thing_name | string | Thing Arn. 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. |
positioning | string | FPort values for the GNSS, stream, and ClockSync functions of the positioning information. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
type,
name,
description,
destination_name,
lo_ra_wan,
tags,
arn,
id,
thing_arn,
thing_name,
last_uplink_received_at,
positioning
FROM awscc.iotwireless.wireless_device
WHERE data__Identifier = '<Id>';
Permissions
To operate on the wireless_device
resource, the following permissions are required:
Read
iotwireless:GetWirelessDevice,
iotwireless:ListTagsForResource
Update
iotwireless:UpdateWirelessDevice,
iotwireless:UntagResource,
iotwireless:ListTagsForResource,
iotwireless:AssociateWirelessDeviceWithThing
Delete
iotwireless:DeleteWirelessDevice,
iotwireless:DisassociateWirelessDeviceFromThing