Vpn Connection Cloudwatch Log Options Specification Args
data class VpnConnectionCloudwatchLogOptionsSpecificationArgs(val logEnabled: Output<Boolean>? = null, val logGroupArn: Output<String>? = null, val logOutputFormat: Output<VpnConnectionCloudwatchLogOptionsSpecificationLogOutputFormat>? = null) : ConvertibleToJava<VpnConnectionCloudwatchLogOptionsSpecificationArgs>
Options for sending VPN tunnel logs to CloudWatch.
Constructors
Link copied to clipboard
constructor(logEnabled: Output<Boolean>? = null, logGroupArn: Output<String>? = null, logOutputFormat: Output<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`