@Stability(value=Stable) @Internal public static final class CfnLoggingConfiguration.FieldToMatchProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLoggingConfiguration.FieldToMatchProperty
CfnLoggingConfiguration.FieldToMatchPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnLoggingConfiguration.FieldToMatchProperty.Builder, CfnLoggingConfiguration.FieldToMatchProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnLoggingConfiguration.FieldToMatchProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnLoggingConfiguration.FieldToMatchProperty.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 |
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 |
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(CfnLoggingConfiguration.FieldToMatchProperty.Builder builder)
CfnLoggingConfiguration.FieldToMatchProperty.Builder.public final Object getJsonBody()
CfnLoggingConfiguration.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 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 CfnLoggingConfiguration.FieldToMatchPropertypublic final Object getMethod()
CfnLoggingConfiguration.FieldToMatchPropertyThe method indicates the type of operation that the request is asking the origin to perform.
getMethod in interface CfnLoggingConfiguration.FieldToMatchPropertypublic final Object getQueryString()
CfnLoggingConfiguration.FieldToMatchProperty
This is the part of a URL that appears after a ? character, if any.
getQueryString in interface CfnLoggingConfiguration.FieldToMatchPropertypublic final Object getSingleHeader()
CfnLoggingConfiguration.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" }
getSingleHeader in interface CfnLoggingConfiguration.FieldToMatchPropertypublic final Object getUriPath()
CfnLoggingConfiguration.FieldToMatchProperty
This is the part of a web request that identifies a resource, for example, /images/daily-ad.jpg .
getUriPath in interface CfnLoggingConfiguration.FieldToMatchProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.