FieldToMatch

Specifies a field in the request to redact from WAF logs, such as headers, query parameters, or body content.

Types

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

Properties

Link copied to clipboard

Redacts the HTTP method from WAF logs.

Link copied to clipboard

Redacts the entire query string from WAF logs.

Link copied to clipboard

Redacts a specific header field by name from WAF logs.

Link copied to clipboard

Redacts the URI path from WAF logs.

Functions

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