RegexMatchTuple class

Constructors

RegexMatchTuple({required FieldToMatch fieldToMatch, required String regexPatternSetId, required TextTransformation textTransformation})
RegexMatchTuple.fromJson(Map<String, dynamic> json)
factory

Properties

fieldToMatch FieldToMatch
Specifies where in a web request to look for the RegexPatternSet.
final
hashCode int
The hash code for this object.
no setterinherited
regexPatternSetId String
The RegexPatternSetId for a RegexPatternSet. You use RegexPatternSetId to get information about a RegexPatternSet (see GetRegexPatternSet), update a RegexPatternSet (see UpdateRegexPatternSet), insert a RegexPatternSet into a RegexMatchSet or delete one from a RegexMatchSet (see UpdateRegexMatchSet), and delete an RegexPatternSet from AWS WAF (see DeleteRegexPatternSet).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textTransformation TextTransformation
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on RegexPatternSet before inspecting a request for a match.
final

Methods

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

Operators

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