Values_0.CloudWatchLogOptionsSpecificationSourceOptions for sending VPN tunnel logs to CloudWatch.
type nonrec t = {logEnabled : Boolean.t option;Enable or disable VPN tunnel logging feature. Default value is False. Valid values: True | False
*)logGroupArn : CloudWatchLogGroupArn.t option;The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.
*)logOutputFormat : String_.t option;Set log format. Default format is json. Valid values: json | text
*)bgpLogEnabled : Boolean.t option;Specifies whether to enable BGP logging for the VPN connection. Default value is False. Valid values: True | False
*)bgpLogGroupArn : CloudWatchLogGroupArn.t option;The Amazon Resource Name (ARN) of the CloudWatch log group where BGP logs will be sent.
*)bgpLogOutputFormat : String_.t option;The desired output format for BGP logs to be sent to CloudWatch. Default format is json. Valid values: json | text
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t | `String of CloudWatchLogGroupArn.t ])
list ]