FieldToMatch class

Constructors

FieldToMatch({required MatchFieldType type, String? data})
FieldToMatch.fromJson(Map<String, dynamic> json)
factory

Properties

data String?
When the value of Type is HEADER, enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer. The name of the header is not case sensitive.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type MatchFieldType
The part of the web request that you want AWS WAF to search for a specified string. Parts of a request that you can search include the following:
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