WirelessDeviceApplicationArgs

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
val destinationName: Output<String>? = null

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
val fPort: Output<Int>? = null

The Fport value.

Link copied to clipboard
val type: Output<WirelessDeviceApplicationType>? = null

Application type, which can be specified to obtain real-time position information of your LoRaWAN device.

Functions

Link copied to clipboard
open override fun toJava(): WirelessDeviceApplicationArgs