AwsWafWebAclRule constructor
AwsWafWebAclRule({
- WafAction? action,
- List<
WafExcludedRule> ? excludedRules, - WafOverrideAction? overrideAction,
- int? priority,
- String? ruleId,
- String? type,
Implementation
AwsWafWebAclRule({
this.action,
this.excludedRules,
this.overrideAction,
this.priority,
this.ruleId,
this.type,
});