public static final class LogConfiguration.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LogConfiguration
LogConfiguration
LogConfiguration.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
LogDriver |
getLogDriver()
(experimental) The log driver to use for the container.
|
java.lang.Object |
getOptions()
(experimental) The configuration options to send to the log driver.
|
java.util.List<ExposedSecret> |
getSecretOptions()
(experimental) The secrets to pass to the log configuration as options.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final LogDriver getLogDriver()
LogConfiguration
getLogDriver
in interface LogConfiguration
public final java.lang.Object getOptions()
LogConfiguration
Default: - No configuration options are sent
getOptions
in interface LogConfiguration
public final java.util.List<ExposedSecret> getSecretOptions()
LogConfiguration
For 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
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()