DefaultAction

In a WebACL, this is the action that you want WAF to perform when a web request doesn't match any of the rules in the WebACL. The default action must be a terminating action.

Types

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

Properties

Link copied to clipboard

Specifies that WAF should allow requests by default.

Link copied to clipboard

Specifies that WAF should block requests by default.

Functions

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