@Stability(value=Experimental) @Internal public static final class LogConfiguration.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LogConfiguration
LogConfigurationsoftware.amazon.jsii.JsiiObject.InitializationModeLogConfiguration.Builder, LogConfiguration.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(LogDriver logDriver,
Object options,
List<? extends ExposedSecret> secretOptions)
Constructor that initializes the object based on literal property values passed by the
LogConfiguration.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
LogDriver |
getLogDriver()
(experimental) The log driver to use for the container.
|
Object |
getOptions()
(experimental) The configuration options to send to the log driver.
|
List<ExposedSecret> |
getSecretOptions()
(experimental) The secrets to pass to the log configuration as options.
|
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(LogDriver logDriver, Object options, List<? extends ExposedSecret> secretOptions)
LogConfiguration.Builder.public final LogDriver getLogDriver()
LogConfigurationgetLogDriver in interface LogConfigurationpublic final Object getOptions()
LogConfigurationDefault: - No configuration options are sent
getOptions in interface LogConfigurationpublic final List<ExposedSecret> getSecretOptions()
LogConfigurationFor more information, see https://docs.aws.amazon.com/batch/latest/userguide/specifying-sensitive-data-secrets.html#secrets-logconfig
Default: - No secrets are passed
getSecretOptions in interface LogConfiguration@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.