Interface CfnRuleGroup.TextTransformationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnRuleGroup.TextTransformationProperty.Jsii$Proxy
Enclosing class:
CfnRuleGroup

@Stability(Stable) public static interface CfnRuleGroup.TextTransformationProperty extends software.amazon.jsii.JsiiSerializable
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.wafv2.*;
 TextTransformationProperty textTransformationProperty = TextTransformationProperty.builder()
         .priority(123)
         .type("type")
         .build();
 

See Also: