Values.AwsEc2ClientVpnEndpointConnectionLogOptionsDetailsSourceInformation about the client connection logging options for the Client VPN endpoint.
type nonrec t = {enabled : Boolean.t option;Indicates whether client connection logging is enabled for the Client VPN endpoint.
*)cloudwatchLogGroup : NonEmptyString.t option;The name of the Amazon CloudWatch Logs log group to which connection logging data is published.
*)cloudwatchLogStream : NonEmptyString.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 Boolean.t | `String of NonEmptyString.t ]) list ]