WebAclLoggingConfigurationLoggingFilterArgs

data class WebAclLoggingConfigurationLoggingFilterArgs(val defaultBehavior: Output<String>, val filters: Output<List<WebAclLoggingConfigurationLoggingFilterFilterArgs>>) : ConvertibleToJava<WebAclLoggingConfigurationLoggingFilterArgs>

Constructors

Functions

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

Properties

Link copied to clipboard
val defaultBehavior: Output<String>

Default handling for logs that don't match any of the specified filtering conditions. Valid values for default_behavior are KEEP or DROP.

Link copied to clipboard

Filter(s) that you want to apply to the logs. See Filter below for more details.