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<WirelessDeviceTagArgs>>? = 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
fun WirelessDeviceArgs(description: Output<String>? = null, destinationName: Output<String>? = null, lastUplinkReceivedAt: Output<String>? = null, loRaWan: Output<WirelessDeviceLoRaWanDeviceArgs>? = null, name: Output<String>? = null, tags: Output<List<WirelessDeviceTagArgs>>? = null, thingArn: Output<String>? = null, type: Output<WirelessDeviceType>? = null)