RouterNatLogConfigArgs

data class RouterNatLogConfigArgs(val enable: Output<Boolean>, val filter: Output<String>) : ConvertibleToJava<RouterNatLogConfigArgs>

Constructors

Link copied to clipboard
constructor(enable: Output<Boolean>, filter: Output<String>)

Properties

Link copied to clipboard
val enable: Output<Boolean>

Indicates whether or not to export logs.

Link copied to clipboard
val filter: Output<String>

Specifies the desired filtering of logs on this NAT. Possible values are: ERRORS_ONLY, TRANSLATIONS_ONLY, ALL.

Functions

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