Router Nat Log Config Args
data class RouterNatLogConfigArgs(val enable: Output<Boolean>? = null, val filter: Output<RouterNatLogConfigFilter>? = null) : ConvertibleToJava<RouterNatLogConfigArgs>
Configuration of logging on a NAT.
Constructors
Link copied to clipboard
fun RouterNatLogConfigArgs(enable: Output<Boolean>? = null, filter: Output<RouterNatLogConfigFilter>? = null)
Functions
Properties
Link copied to clipboard
Specify the desired filtering of logs on this NAT. If unspecified, logs are exported for all connections handled by this NAT. This option can take one of the following values: - ERRORS_ONLY: Export logs only for connection failures. - TRANSLATIONS_ONLY: Export logs only for successful connections. - ALL: Export logs for all connections, successful and unsuccessful.