@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.
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 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" }
Alternately, you can filter and inspect all headers with the Headers FieldToMatch setting.
getSingleHeader in interface CfnLoggingConfiguration.FieldToMatchPropertypublic final Object getUriPath()
CfnLoggingConfiguration.FieldToMatchProperty
This is the part of the 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.