@Stability(value=Stable) @Internal public static final class CfnRuleGroup.SizeConstraintStatementProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRuleGroup.SizeConstraintStatementProperty
CfnRuleGroup.SizeConstraintStatementPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnRuleGroup.SizeConstraintStatementProperty.Builder, CfnRuleGroup.SizeConstraintStatementProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnRuleGroup.SizeConstraintStatementProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnRuleGroup.AndStatementProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getComparisonOperator()
The operator to use to compare the request part to the size setting.
|
Object |
getFieldToMatch()
The part of the web request that you want AWS WAF to inspect.
|
Number |
getSize()
The size, in byte, to compare to the request part, after any transformations.
|
Object |
getTextTransformations()
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnRuleGroup.SizeConstraintStatementProperty.Builder builder)
CfnRuleGroup.AndStatementProperty.Builder.public final String getComparisonOperator()
CfnRuleGroup.SizeConstraintStatementPropertygetComparisonOperator in interface CfnRuleGroup.SizeConstraintStatementPropertypublic final Object getFieldToMatch()
CfnRuleGroup.SizeConstraintStatementPropertygetFieldToMatch in interface CfnRuleGroup.SizeConstraintStatementPropertypublic final Number getSize()
CfnRuleGroup.SizeConstraintStatementPropertygetSize in interface CfnRuleGroup.SizeConstraintStatementPropertypublic final Object getTextTransformations()
CfnRuleGroup.SizeConstraintStatementProperty
If you specify one or more transformations in a rule statement, AWS WAF performs all transformations on the content of the request component identified by FieldToMatch , starting from the lowest priority setting, before inspecting the content for a match.
getTextTransformations in interface CfnRuleGroup.SizeConstraintStatementProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.