Values_1.ConnectionLogResponseOptionsSourceInformation about the client connection logging options for a Client VPN endpoint.
type nonrec t = {enabled : Values_0.Boolean.t option;Indicates whether client connection logging is enabled for the Client VPN endpoint.
*)cloudwatchLogGroup : Values_0.String_.t option;The name of the Amazon CloudWatch Logs log group to which connection logging data is published.
*)cloudwatchLogStream : Values_0.String_.t option;The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t | `String of Values_0.String_.t ])
list ]