VpnConnectionCloudwatchLogOptionsSpecification

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

Options for sending VPN tunnel logs to CloudWatch.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val logEnabled: Boolean? = null

Enable or disable VPN tunnel logging feature. Default value is `False`. Valid values: `True` | `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

Set log format. Default format is `json`. Valid values: `json` | `text`