Values_0.CloudWatchLogOptionsSourceOptions for sending VPN tunnel logs to CloudWatch.
type nonrec t = {logEnabled : Boolean.t option;Status of VPN tunnel logging feature. Default value is False. Valid values: True | False
*)logGroupArn : String_.t option;The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.
*)logOutputFormat : String_.t option;Configured log format. Default format is json. Valid values: json | text
*)bgpLogEnabled : Boolean.t option;Indicates whether Border Gateway Protocol (BGP) logging is enabled for the VPN connection. Default value is False. Valid values: True | False
*)bgpLogGroupArn : String_.t option;The Amazon Resource Name (ARN) of the CloudWatch log group for BGP logs.
*)bgpLogOutputFormat : String_.t option;The output format for BGP logs sent to CloudWatch. Default format is json. Valid values: json | text
*)}