@Stability(value=Experimental) @Internal public static final class LoggingConfiguration.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LoggingConfiguration
LoggingConfigurationsoftware.amazon.jsii.JsiiObject.InitializationModeLoggingConfiguration.Builder, LoggingConfiguration.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IBucket bucket,
Boolean includeCookies,
String prefix)
Constructor that initializes the object based on literal property values passed by the
LoggingConfiguration.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) |
IBucket |
getBucket()
(experimental) Bucket to log requests to.
|
Boolean |
getIncludeCookies()
(experimental) Whether to include the cookies in the logs.
|
String |
getPrefix()
(experimental) Where in the bucket to store logs.
|
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(IBucket bucket, Boolean includeCookies, String prefix)
LoggingConfiguration.Builder.public final IBucket getBucket()
LoggingConfigurationDefault: - A logging bucket is automatically created.
getBucket in interface LoggingConfigurationpublic final Boolean getIncludeCookies()
LoggingConfigurationDefault: false
getIncludeCookies in interface LoggingConfigurationpublic final String getPrefix()
LoggingConfigurationDefault: - No prefix.
getPrefix in interface LoggingConfiguration@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.