rules property

List<AwsWafWebAclRule>? rules
final

An array that contains the action for each rule in a WebACL, the priority of the rule, and the ID of the rule.

Implementation

final List<AwsWafWebAclRule>? rules;