WebAclRuleAction

data class WebAclRuleAction(val allow: WebAclAllowAction? = null, val block: WebAclBlockAction? = null, val captcha: WebAclCaptchaAction? = null, val challenge: WebAclChallengeAction? = null, val count: WebAclCountAction? = null)

Action taken when Rule matches its condition.

Constructors

Link copied to clipboard
constructor(allow: WebAclAllowAction? = null, block: WebAclBlockAction? = null, captcha: WebAclCaptchaAction? = null, challenge: WebAclChallengeAction? = null, count: WebAclCountAction? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Instructs AWS WAF to allow the web request.

Link copied to clipboard

Instructs AWS WAF to block the web request.

Link copied to clipboard

Specifies that AWS WAF should run a CAPTCHA check against the request:

Link copied to clipboard

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

Link copied to clipboard

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