LoggingFilter

Filtering that specifies which web requests are kept in the logs and which are dropped, defined for a web ACL's LoggingConfiguration.

You can filter on the rule action and on the web request labels that were applied by matching rules during web ACL evaluation.

Types

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

Properties

Link copied to clipboard

Default handling for logs that don't match any of the specified filtering conditions.

Link copied to clipboard

The filters that you want to apply to the logs.

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