WebAclLoggingConfigurationLoggingFilterFilter

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Parameter that determines how to handle logs that meet the conditions and requirements of the filter. The valid values for behavior are 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 a log must match all conditions or at least one condition in order to satisfy the filter. Valid values for requirement are MEETS_ALL or MEETS_ANY.