Vpn Connection Tunnel1Log Options Cloudwatch Log Options Args
data class VpnConnectionTunnel1LogOptionsCloudwatchLogOptionsArgs(val logEnabled: Output<Boolean>? = null, val logGroupArn: Output<String>? = null, val logOutputFormat: Output<String>? = null) : ConvertibleToJava<VpnConnectionTunnel1LogOptionsCloudwatchLogOptionsArgs>
Properties
Link copied to clipboard
Enable or disable VPN tunnel logging feature. The default is 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. Possible values are: json
and text
. The default is json
.