| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static FireLensLogDriver.Builder |
FireLensLogDriver.Builder.create() |
FireLensLogDriver.Builder |
FireLensLogDriver.Builder.env(List<String> env)
(experimental) The env option takes an array of keys.
|
FireLensLogDriver.Builder |
FireLensLogDriver.Builder.envRegex(String envRegex)
(experimental) The env-regex option is similar to and compatible with env.
|
FireLensLogDriver.Builder |
FireLensLogDriver.Builder.labels(List<String> labels)
(experimental) The labels option takes an array of keys.
|
FireLensLogDriver.Builder |
FireLensLogDriver.Builder.options(Map<String,String> options)
(experimental) The configuration options to send to the log driver.
|
FireLensLogDriver.Builder |
FireLensLogDriver.Builder.tag(String tag)
(experimental) By default, Docker uses the first 12 characters of the container ID to tag log messages.
|
Copyright © 2021. All rights reserved.