VpnConnectionCloudwatchLogOptionsSpecificationArgs

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

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

Properties

Link copied to clipboard
val logEnabled: Output<Boolean>? = null

Enable or disable VPN tunnel logging feature. Default value is `False`. Valid values: `True` | `False`

Link copied to clipboard
val logGroupArn: Output<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`

Functions

Link copied to clipboard
open override fun toJava(): VpnConnectionCloudwatchLogOptionsSpecificationArgs