Web Acl Rule Statement Managed Rule Group Statement Rule Action Override Action To Use Args
data class WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseArgs(val allow: Output<WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllowArgs>? = null, val block: Output<WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlockArgs>? = null, val captcha: Output<WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptchaArgs>? = null, val count: Output<WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCountArgs>? = null) : ConvertibleToJava<WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseArgs>
Constructors
Link copied to clipboard
constructor(allow: Output<WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllowArgs>? = null, block: Output<WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlockArgs>? = null, captcha: Output<WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptchaArgs>? = null, count: Output<WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCountArgs>? = null)
Properties
Link copied to clipboard
val allow: Output<WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseAllowArgs>? = null
Specifies that AWS WAF should allow requests by default. See allow
below for details.
Link copied to clipboard
val block: Output<WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseBlockArgs>? = null
Specifies that AWS WAF should block requests by default. See block
below for details.
Link copied to clipboard
val captcha: Output<WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptchaArgs>? = null
Instructs AWS WAF to run a Captcha check against the web request. See captcha
below for details.
Link copied to clipboard
val count: Output<WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCountArgs>? = null
Instructs AWS WAF to count the web request and allow it. See count
below for details.