Interface CfnRuleGroup.PreParseTextTransformationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRuleGroup.PreParseTextTransformationProperty.Jsii$Proxy
- Enclosing class:
CfnRuleGroup
@Stability(Stable)
public static interface CfnRuleGroup.PreParseTextTransformationProperty
extends software.amazon.jsii.JsiiSerializable
Text Transformation applied before parsing the query string.
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.*;
PreParseTextTransformationProperty preParseTextTransformationProperty = PreParseTextTransformationProperty.builder()
.priority(123)
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRuleGroup.PreParseTextTransformationPropertystatic final classAn implementation forCfnRuleGroup.PreParseTextTransformationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPriority
Priority of PreParseTextTransformation being applied.- See Also:
-
getType
Type of pre-parse text transformation.- See Also:
-
builder
-