@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, which immediately follows 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.FieldToMatchPropertyThis 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.
Note that only the first 8 KB (8192 bytes) of the request body are forwarded to AWS WAF for inspection by the underlying host service. If you don't need to inspect more than 8 KB, you can guarantee that you don't allow additional bytes in by combining a statement that inspects the body of the web request, such as the ByteMatchStatement or RegexPatternSetReferenceStatement , with a SizeConstraintStatement that enforces an 8 KB size limit on the body of the request. AWS WAF doesn't support inspecting the entire contents of web requests whose bodies exceed the 8 KB limit.
getBody 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.
Note that only the first 8 KB (8192 bytes) of the request body are forwarded to AWS WAF for inspection by the underlying host service. If you don't need to inspect more than 8 KB, you can guarantee that you don't allow additional bytes in by combining a statement that inspects the body of the web request, such as the ByteMatchStatement or RegexPatternSetReferenceStatement , with a SizeConstraintStatement that enforces an 8 KB size limit on the body of the request. AWS WAF doesn't support inspecting the entire contents of web requests whose bodies exceed the 8 KB limit.
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.
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.
getSingleQueryArgument in interface CfnWebACL.FieldToMatchPropertypublic final Object getUriPath()
CfnWebACL.FieldToMatchProperty
This is the part of a 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.