Wireless Device Application Args
data class WirelessDeviceApplicationArgs(val destinationName: Output<String>? = null, val fPort: Output<Int>? = null, val type: Output<WirelessDeviceApplicationType>? = null) : ConvertibleToJava<WirelessDeviceApplicationArgs>
LoRaWAN application configuration, which can be used to perform geolocation.
Constructors
Link copied to clipboard
constructor(destinationName: Output<String>? = null, fPort: Output<Int>? = null, type: Output<WirelessDeviceApplicationType>? = null)
Properties
Link copied to clipboard
The name of the position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.
Link copied to clipboard
Application type, which can be specified to obtain real-time position information of your LoRaWAN device.