VpnConnectionTunnel1LogOptionsCloudwatchLogOptions

data class VpnConnectionTunnel1LogOptionsCloudwatchLogOptions(val logEnabled: Boolean? = null, val logGroupArn: String? = null, val logOutputFormat: String? = null)

Constructors

constructor(logEnabled: Boolean? = null, logGroupArn: String? = null, logOutputFormat: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val logEnabled: Boolean? = null

Enable or disable VPN tunnel logging feature. The default is false.

Link copied to clipboard
val logGroupArn: String? = null

The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.

Link copied to clipboard
val logOutputFormat: String? = null

Set log format. Default format is json. Possible values are: json and text. The default is json.