Values_4.TerminateClientVpnConnectionsResultSourceTerminates active Client VPN endpoint connections. This action can be used to terminate a specific client connection, or up to five connections established by a specific user.
type nonrec t = {clientVpnEndpointId : Values_0.String_.t option;The ID of the Client VPN endpoint.
*)username : Values_0.String_.t option;The user who established the terminated client connections.
*)connectionStatuses : Values_3.TerminateConnectionStatusSet.t option;The current state of the client connections.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of Values_0.String_.t
| `Structure of
(string
* [> `Enum of string
| `String of Values_0.String_.t ])
list ])
list ]
list
| `String of Values_0.String_.t ])
list ]