menu
aws_waf_api package
documentation
waf-2015-08-24.dart
FieldToMatch class
FieldToMatch class
dark_mode
light_mode
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 setter
inherited
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
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
aws_waf_api package
documentation
waf-2015-08-24
FieldToMatch class
waf-2015-08-24 library