@Stability(value=Stable) @Internal public static final class CfnRuleGroup.CookiesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRuleGroup.CookiesProperty
CfnRuleGroup.CookiesPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnRuleGroup.CookiesProperty.Builder, CfnRuleGroup.CookiesProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnRuleGroup.CookiesProperty.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) |
Object |
getMatchPattern()
The filter to use to identify the subset of cookies to inspect in a web request.
|
String |
getMatchScope()
The parts of the cookies to inspect with the rule inspection criteria.
|
String |
getOversizeHandling()
What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect.
|
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.CookiesProperty.Builder builder)
CfnRuleGroup.AndStatementProperty.Builder.public final Object getMatchPattern()
CfnRuleGroup.CookiesProperty
You must specify exactly one setting: either All , IncludedCookies , or ExcludedCookies .
Example JSON: "MatchPattern": { "IncludedCookies": {"KeyToInclude1", "KeyToInclude2", "KeyToInclude3"} }
getMatchPattern in interface CfnRuleGroup.CookiesPropertypublic final String getMatchScope()
CfnRuleGroup.CookiesProperty
If you specify All , AWS WAF inspects both keys and values.
getMatchScope in interface CfnRuleGroup.CookiesPropertypublic final String getOversizeHandling()
CfnRuleGroup.CookiesPropertyAWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF .
The options for oversize handling are the following:
CONTINUE - Inspect the cookies normally, according to the rule inspection criteria.MATCH - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.NO_MATCH - Treat the web request as not matching the rule statement.getOversizeHandling in interface CfnRuleGroup.CookiesProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.