LoggingFilter

Configuration that determines which WAF log records to keep or drop based on specified conditions.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The default action (KEEP or DROP) for log records that don't match any filter conditions.

Link copied to clipboard

A list of filter conditions that determine log record handling behavior.

Functions

Link copied to clipboard
inline fun copy(block: LoggingFilter.Builder.() -> Unit = {}): LoggingFilter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String