Values.DestinationConfigSourceThe destination configuration.
type nonrec t = {thingName : ThingName.t option;The name of the IoT thing to which you want to connect.
*)services : ServiceList.t;A list of service names that identify the target application. The IoT client running on the destination device reads this value and uses it to look up a port or an IP address and a port. The IoT client instantiates the local proxy, which uses this information to connect to the destination application.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Service.t ] list | `String of ThingName.t ])
list ]