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