WebAclLoggingConfigurationLoggingFilterFilter

Constructors

constructor(behavior: String, conditions: List<WebAclLoggingConfigurationLoggingFilterFilterCondition>, requirement: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

How to handle logs that satisfy the filter's conditions and requirement. Valid values: KEEP or DROP.

Link copied to clipboard

Match condition(s) for the filter. See Condition below for more details.

Link copied to clipboard

Logic to apply to the filtering conditions. You can specify that, in order to satisfy the filter, a log must match all conditions or must match at least one condition. Valid values: MEETS_ALL or MEETS_ANY.