Rule Group Rule Action Args
data class RuleGroupRuleActionArgs(val allow: Output<RuleGroupAllowActionArgs>? = null, val block: Output<RuleGroupBlockActionArgs>? = null, val captcha: Output<RuleGroupCaptchaActionArgs>? = null, val challenge: Output<RuleGroupChallengeActionArgs>? = null, val count: Output<RuleGroupCountActionArgs>? = null) : ConvertibleToJava<RuleGroupRuleActionArgs>
Action taken when Rule matches its condition.
Constructors
Link copied to clipboard
constructor(allow: Output<RuleGroupAllowActionArgs>? = null, block: Output<RuleGroupBlockActionArgs>? = null, captcha: Output<RuleGroupCaptchaActionArgs>? = null, challenge: Output<RuleGroupChallengeActionArgs>? = null, count: Output<RuleGroupCountActionArgs>? = null)
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.