| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
FluentdLogDriver.Builder |
FluentdLogDriver.Builder.address(String address)
(experimental) By default, the logging driver connects to localhost:24224.
|
FluentdLogDriver.Builder |
FluentdLogDriver.Builder.asyncConnect(Boolean asyncConnect)
(experimental) Docker connects to Fluentd in the background.
|
FluentdLogDriver.Builder |
FluentdLogDriver.Builder.bufferLimit(Number bufferLimit)
(experimental) The amount of data to buffer before flushing to disk.
|
static FluentdLogDriver.Builder |
FluentdLogDriver.Builder.create() |
FluentdLogDriver.Builder |
FluentdLogDriver.Builder.env(List<String> env)
(experimental) The env option takes an array of keys.
|
FluentdLogDriver.Builder |
FluentdLogDriver.Builder.envRegex(String envRegex)
(experimental) The env-regex option is similar to and compatible with env.
|
FluentdLogDriver.Builder |
FluentdLogDriver.Builder.labels(List<String> labels)
(experimental) The labels option takes an array of keys.
|
FluentdLogDriver.Builder |
FluentdLogDriver.Builder.maxRetries(Number maxRetries)
(experimental) The maximum number of retries.
|
FluentdLogDriver.Builder |
FluentdLogDriver.Builder.retryWait(Duration retryWait)
(experimental) How long to wait between retries.
|
FluentdLogDriver.Builder |
FluentdLogDriver.Builder.subSecondPrecision(Boolean subSecondPrecision)
(experimental) Generates event logs in nanosecond resolution.
|
FluentdLogDriver.Builder |
FluentdLogDriver.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.