| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static JournaldLogDriver.Builder |
JournaldLogDriver.Builder.create() |
JournaldLogDriver.Builder |
JournaldLogDriver.Builder.env(List<String> env)
(experimental) The env option takes an array of keys.
|
JournaldLogDriver.Builder |
JournaldLogDriver.Builder.envRegex(String envRegex)
(experimental) The env-regex option is similar to and compatible with env.
|
JournaldLogDriver.Builder |
JournaldLogDriver.Builder.labels(List<String> labels)
(experimental) The labels option takes an array of keys.
|
JournaldLogDriver.Builder |
JournaldLogDriver.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.