Web Acl Rule Args
    data class WebAclRuleArgs(val action: Output<WebAclRuleActionArgs>? = null, val overrideAction: Output<WebAclRuleOverrideActionArgs>? = null, val priority: Output<Int>, val ruleId: Output<String>, val type: Output<String>? = null) : ConvertibleToJava<WebAclRuleArgs> 
Constructors
Link copied to clipboard
                fun WebAclRuleArgs(action: Output<WebAclRuleActionArgs>? = null, overrideAction: Output<WebAclRuleOverrideActionArgs>? = null, priority: Output<Int>, ruleId: Output<String>, type: Output<String>? = null)
Functions
Properties
Link copied to clipboard
                The rule type, either REGULAR, as defined by Rule, RATE_BASED, as defined by RateBasedRule, or GROUP, as defined by RuleGroup. The default is REGULAR. If you add a RATE_BASED rule, you need to set type as RATE_BASED. If you add a GROUP rule, you need to set type as GROUP.