Condition

class Condition

A single match condition for a Filter.

Types

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

Properties

Link copied to clipboard

A single action condition. This is the action setting that a log record must contain in order to meet the condition.

Link copied to clipboard

A single label name condition. This is the fully qualified label name that a log record must contain in order to meet the condition. Fully qualified labels have a prefix, optional namespaces, and label name. The prefix identifies the rule group or web ACL context of the rule that added the label.

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