Filter

class Filter

A single filter condition that specifies behavior, requirement, and matching conditions for WAF log records.

Types

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

Properties

Link copied to clipboard

The action to take for log records matching this filter (KEEP or DROP).

Link copied to clipboard

The list of conditions that determine if a log record matches this filter.

Link copied to clipboard

Whether the log record must meet all conditions (MEETS_ALL) or any condition (MEETS_ANY) to match this filter.

Functions

Link copied to clipboard
inline fun copy(block: Filter.Builder.() -> Unit = {}): Filter
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