AwsWafWebAclRule constructor

AwsWafWebAclRule({
  1. WafAction? action,
  2. List<WafExcludedRule>? excludedRules,
  3. WafOverrideAction? overrideAction,
  4. int? priority,
  5. String? ruleId,
  6. String? type,
})

Implementation

AwsWafWebAclRule({
  this.action,
  this.excludedRules,
  this.overrideAction,
  this.priority,
  this.ruleId,
  this.type,
});