@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T17:53:15.618Z") @Stability(value=Experimental) public interface LogConfiguration extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LogConfiguration.Builder
A builder for
LogConfiguration |
static class |
LogConfiguration.Jsii$Proxy
An implementation for
LogConfiguration |
| Modifier and Type | Method and Description |
|---|---|
static LogConfiguration.Builder |
builder() |
LogDriver |
getLogDriver()
(experimental) The log driver to use for the container.
|
default Object |
getOptions()
(experimental) The configuration options to send to the log driver.
|
default List<ExposedSecret> |
getSecretOptions()
(experimental) The secrets to pass to the log configuration as options.
|
@Stability(value=Experimental) @NotNull LogDriver getLogDriver()
@Stability(value=Experimental) @Nullable default Object getOptions()
Default: - No configuration options are sent
@Stability(value=Experimental) @Nullable default List<ExposedSecret> getSecretOptions()
For more information, see https://docs.aws.amazon.com/batch/latest/userguide/specifying-sensitive-data-secrets.html#secrets-logconfig
Default: - No secrets are passed
@Stability(value=Experimental) static LogConfiguration.Builder builder()
LogConfiguration.Builder of LogConfigurationCopyright © 2021. All rights reserved.