Values.ApplicationConfigSourceLoRaWAN application configuration, which can be used to perform geolocation.
type nonrec t = {fPort : FPort.t option;type_ : ApplicationConfigType.t option;Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
*)destinationName : DestinationName.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of FPort.t
| `String of DestinationName.t ])
list ]