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