TextTransformation class

Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.

Constructors

TextTransformation({required int priority, required TextTransformationType type})
TextTransformation.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
priority int
Sets the relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. The priorities don't need to be consecutive, but they must all be different.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type TextTransformationType
You can specify the following transformation types:
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