FirewallLogConfigArgs

data class FirewallLogConfigArgs(val enable: Output<Boolean>? = null, val metadata: Output<FirewallLogConfigMetadata>? = null) : ConvertibleToJava<FirewallLogConfigArgs>

The available logging options for a firewall rule.

Constructors

Link copied to clipboard
fun FirewallLogConfigArgs(enable: Output<Boolean>? = null, metadata: Output<FirewallLogConfigMetadata>? = null)

Functions

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

Properties

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

This field denotes whether to enable logging for a particular firewall rule.

Link copied to clipboard
val metadata: Output<FirewallLogConfigMetadata>? = null

This field can only be specified for a particular firewall rule if logging is enabled for that rule. This field denotes whether to include or exclude metadata for firewall logs.