Values.TunnelSourceA connection between a source computer and a destination device.
type nonrec t = {tunnelId : TunnelId.t option;A unique alpha-numeric ID that identifies a tunnel.
*)tunnelArn : TunnelArn.t option;The Amazon Resource Name (ARN) of a tunnel.
*)status : TunnelStatus.t option;The status of a tunnel. Valid values are: Open and Closed.
*)sourceConnectionState : ConnectionState.t option;The connection state of the source application.
*)destinationConnectionState : ConnectionState.t option;The connection state of the destination application.
*)description : Description.t option;A description of the tunnel.
*)destinationConfig : DestinationConfig.t option;The destination configuration that specifies the thing name of the destination device and a service name that the local proxy uses to connect to the destination application.
*)timeoutConfig : TimeoutConfig.t option;Timeout configuration for the tunnel.
*)createdAt : DateType.t option;The time when the tunnel was created.
*)lastUpdatedAt : DateType.t option;The last time the tunnel was updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of TunnelId.t
| `Structure of
(string
* [> `Enum of string
| `Integer of TimeoutInMin.t
| `List of [> `String of Service.t ] list
| `String of ThingName.t
| `Timestamp of DateType.t ])
list
| `Timestamp of DateType.t ])
list ]