@Stability(value=Stable) @Internal public static final class CfnWebACL.FieldToMatchProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnWebACL.FieldToMatchProperty
CfnWebACL.FieldToMatchPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnWebACL.FieldToMatchProperty.Builder, CfnWebACL.FieldToMatchProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnWebACL.FieldToMatchProperty.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 |
getAllQueryArguments()
Inspect all query arguments.
|
Object |
getBody()
Inspect the request body as plain text.
|
Object |
getCookies()
Inspect the request cookies.
|
Object |
getHeaders()
Inspect the request headers.
|
Object |
getJsonBody()
Inspect the request body as JSON.
|
Object |
getMethod()
Inspect the HTTP method.
|
Object |
getQueryString()
Inspect the query string.
|
Object |
getSingleHeader()
Inspect a single header.
|
Object |
getSingleQueryArgument()
Inspect a single query argument.
|
Object |
getUriPath()
Inspect the request URI path.
|
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.FieldToMatchProperty.Builder builder)
CfnWebACL.AllowActionProperty.Builder.public final Object getAllQueryArguments()
CfnWebACL.FieldToMatchPropertygetAllQueryArguments in interface CfnWebACL.FieldToMatchPropertypublic final Object getBody()
CfnWebACL.FieldToMatchPropertyThe request body immediately follows the request headers. This is the part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form.
Only the first 8 KB (8192 bytes) of the request body are forwarded to AWS WAF for inspection by the underlying host service. For information about how to handle oversized request bodies, see the Body object configuration.
getBody in interface CfnWebACL.FieldToMatchPropertypublic final Object getCookies()
CfnWebACL.FieldToMatchProperty
You must configure scope and pattern matching filters in the Cookies object, to define the set of cookies and the parts of the cookies that AWS WAF inspects.
Only the first 8 KB (8192 bytes) of a request's cookies and only the first 200 cookies are forwarded to AWS WAF for inspection by the underlying host service. You must configure how to handle any oversize cookie content in the Cookies object. AWS WAF applies the pattern matching filters to the cookies that it receives from the underlying host service.
getCookies in interface CfnWebACL.FieldToMatchPropertypublic final Object getHeaders()
CfnWebACL.FieldToMatchProperty
You must configure scope and pattern matching filters in the Headers object, to define the set of headers to and the parts of the headers that AWS WAF inspects.
Only the first 8 KB (8192 bytes) of a request's headers and only the first 200 headers are forwarded to AWS WAF for inspection by the underlying host service. You must configure how to handle any oversize header content in the Headers object. AWS WAF applies the pattern matching filters to the headers that it receives from the underlying host service.
getHeaders in interface CfnWebACL.FieldToMatchPropertypublic final Object getJsonBody()
CfnWebACL.FieldToMatchPropertyThe request body immediately follows the request headers. This is the part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form.
Only the first 8 KB (8192 bytes) of the request body are forwarded to AWS WAF for inspection by the underlying host service. For information about how to handle oversized request bodies, see the JsonBody object configuration.
getJsonBody in interface CfnWebACL.FieldToMatchPropertypublic final Object getMethod()
CfnWebACL.FieldToMatchPropertyThe method indicates the type of operation that the request is asking the origin to perform.
getMethod in interface CfnWebACL.FieldToMatchPropertypublic final Object getQueryString()
CfnWebACL.FieldToMatchProperty
This is the part of a URL that appears after a ? character, if any.
getQueryString in interface CfnWebACL.FieldToMatchPropertypublic final Object getSingleHeader()
CfnWebACL.FieldToMatchProperty
Provide the name of the header to inspect, for example, User-Agent or Referer . This setting isn't case sensitive.
Example JSON: "SingleHeader": { "Name": "haystack" }
Alternately, you can filter and inspect all headers with the Headers FieldToMatch setting.
getSingleHeader in interface CfnWebACL.FieldToMatchPropertypublic final Object getSingleQueryArgument()
CfnWebACL.FieldToMatchPropertyProvide the name of the query argument to inspect, such as UserName or SalesRegion . The name can be up to 30 characters long and isn't case sensitive.
Example JSON: "SingleQueryArgument": { "Name": "myArgument" }
getSingleQueryArgument in interface CfnWebACL.FieldToMatchPropertypublic final Object getUriPath()
CfnWebACL.FieldToMatchProperty
This is the part of the web request that identifies a resource, for example, /images/daily-ad.jpg .
getUriPath in interface CfnWebACL.FieldToMatchProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.