WebACL class

Constructors

WebACL({required WafAction defaultAction, required List<ActivatedRule> rules, required String webACLId, String? metricName, String? name, String? webACLArn})
WebACL.fromJson(Map<String, dynamic> json)
factory

Properties

defaultAction WafAction
The action to perform if none of the Rules contained in the WebACL match. The action is specified by the WafAction object.
final
hashCode int
The hash code for this object.
no setterinherited
metricName String?
A friendly name or description for the metrics for this WebACL. The name can contain only alphanumeric characters (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. It can't contain whitespace or metric names reserved for AWS WAF, including "All" and "Default_Action." You can't change MetricName after you create the WebACL.
final
name String?
A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.
final
rules List<ActivatedRule>
An array that contains the action for each Rule in a WebACL, the priority of the Rule, and the ID of the Rule.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webACLArn String?
Tha Amazon Resource Name (ARN) of the web ACL.
final
webACLId String
A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited