| Modifier and Type | Method and Description |
|---|---|
LogDriver |
LogConfiguration.getLogDriver()
(experimental) The log driver to use for the container.
|
LogDriver |
LogConfiguration.Jsii$Proxy.getLogDriver() |
static LogDriver |
LogDriver.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogDriver[] |
LogDriver.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LogConfiguration.Builder |
LogConfiguration.Builder.logDriver(LogDriver logDriver)
Sets the value of
LogConfiguration.getLogDriver() |
| Constructor and Description |
|---|
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. |
Copyright © 2021. All rights reserved.