Condition

class Condition

A single condition that can match based on WAF rule action or label name.

Types

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

Properties

Link copied to clipboard

Matches log records based on the WAF rule action taken (ALLOW, BLOCK, COUNT, etc.).

Link copied to clipboard

Matches log records based on WAF rule labels applied to the request.

Functions

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