Vpn Connection Cloudwatch Log Options Specification
data class VpnConnectionCloudwatchLogOptionsSpecification(val logEnabled: Boolean? = null, val logGroupArn: String? = null, val logOutputFormat: VpnConnectionCloudwatchLogOptionsSpecificationLogOutputFormat? = null)
Options for sending VPN tunnel logs to CloudWatch.
Constructors
Link copied to clipboard
constructor(logEnabled: Boolean? = null, logGroupArn: String? = null, logOutputFormat: VpnConnectionCloudwatchLogOptionsSpecificationLogOutputFormat? = null)
Properties
Link copied to clipboard
Enable or disable VPN tunnel logging feature. Default value is `False`
. Valid values: `True`
| `False`
Link copied to clipboard
The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.
Link copied to clipboard
Set log format. Default format is `json`
. Valid values: `json`
| `text`