| 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)
The env option takes an array of keys.
|
JournaldLogDriver.Builder |
JournaldLogDriver.Builder.envRegex(String envRegex)
The env-regex option is similar to and compatible with env.
|
JournaldLogDriver.Builder |
JournaldLogDriver.Builder.labels(List<String> labels)
The labels option takes an array of keys.
|
JournaldLogDriver.Builder |
JournaldLogDriver.Builder.tag(String tag)
By default, Docker uses the first 12 characters of the container ID to tag log messages.
|
Copyright © 2022. All rights reserved.