RuleAction

The action that WAF should take on a web request when it matches a rule's statement. Settings at the web ACL level can override the rule action setting.

Types

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

Properties

Link copied to clipboard

Instructs WAF to allow the web request.

Link copied to clipboard

Instructs WAF to block the web request.

Link copied to clipboard

Instructs WAF to run a CAPTCHA check against the web request.

Link copied to clipboard

Instructs WAF to run a Challenge check against the web request.

Link copied to clipboard

Instructs WAF to count the web request and then continue evaluating the request using the remaining rules in the web ACL.

Functions

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