| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static GenericLogDriver.Builder |
GenericLogDriver.Builder.create() |
GenericLogDriver.Builder |
GenericLogDriver.Builder.logDriver(String logDriver)
(experimental) The log driver to use for the container.
|
GenericLogDriver.Builder |
GenericLogDriver.Builder.options(Map<String,String> options)
(experimental) The configuration options to send to the log driver.
|
GenericLogDriver.Builder |
GenericLogDriver.Builder.secretOptions(Map<String,? extends Secret> secretOptions)
(experimental) The secrets to pass to the log configuration.
|
Copyright © 2022. All rights reserved.