@Stability(value=Stable) @Internal public static final class CfnWebACL.HeadersProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnWebACL.HeadersProperty
CfnWebACL.HeadersPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnWebACL.HeadersProperty.Builder, CfnWebACL.HeadersProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnWebACL.HeadersProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnWebACL.AllowActionProperty.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 headers to inspect in a web request.
|
String |
getMatchScope()
The parts of the headers to match with the rule inspection criteria.
|
String |
getOversizeHandling()
What AWS WAF should do if the headers 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(CfnWebACL.HeadersProperty.Builder builder)
CfnWebACL.AllowActionProperty.Builder.public final Object getMatchPattern()
CfnWebACL.HeadersProperty
You must specify exactly one setting: either All , IncludedHeaders , or ExcludedHeaders .
Example JSON: "MatchPattern": { "ExcludedHeaders": {"KeyToExclude1", "KeyToExclude2"} }
getMatchPattern in interface CfnWebACL.HeadersPropertypublic final String getMatchScope()
CfnWebACL.HeadersProperty
If you specify All , AWS WAF inspects both keys and values.
getMatchScope in interface CfnWebACL.HeadersPropertypublic final String getOversizeHandling()
CfnWebACL.HeadersPropertyAWS WAF does not support inspecting the entire contents of request headers when they exceed 8 KB (8192 bytes) or 200 total headers. The underlying host service forwards a maximum of 200 headers and at most 8 KB of header contents to AWS WAF .
The options for oversize handling are the following:
CONTINUE - Inspect the headers 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 CfnWebACL.HeadersProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.