Wireless Device Args
data class WirelessDeviceArgs(val description: Output<String>? = null, val destinationName: Output<String>? = null, val lastUplinkReceivedAt: Output<String>? = null, val loRaWan: Output<WirelessDeviceLoRaWanDeviceArgs>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val thingArn: Output<String>? = null, val type: Output<WirelessDeviceType>? = null) : ConvertibleToJava<WirelessDeviceArgs>
Create and manage wireless gateways, including LoRa gateways.
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, destinationName: Output<String>? = null, lastUplinkReceivedAt: Output<String>? = null, loRaWan: Output<WirelessDeviceLoRaWanDeviceArgs>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null, thingArn: Output<String>? = null, type: Output<WirelessDeviceType>? = null)
Properties
Link copied to clipboard
Wireless device description
Link copied to clipboard
Wireless device destination name
Link copied to clipboard
The date and time when the most recent uplink was received.
Link copied to clipboard
The combination of Package, Station and Model which represents the version of the LoRaWAN Wireless Device.
Link copied to clipboard
Wireless device type, currently only Sidewalk and LoRa