@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.233Z") @Stability(value=Experimental) public interface FluentdLogDriverProps extends software.amazon.jsii.JsiiSerializable, BaseLogDriverProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
FluentdLogDriverProps.Builder
A builder for
FluentdLogDriverProps |
static class |
FluentdLogDriverProps.Jsii$Proxy
An implementation for
FluentdLogDriverProps |
| Modifier and Type | Method and Description |
|---|---|
static FluentdLogDriverProps.Builder |
builder() |
default String |
getAddress()
(experimental) By default, the logging driver connects to localhost:24224.
|
default Boolean |
getAsyncConnect()
(experimental) Docker connects to Fluentd in the background.
|
default Number |
getBufferLimit()
(experimental) The amount of data to buffer before flushing to disk.
|
default Number |
getMaxRetries()
(experimental) The maximum number of retries.
|
default Duration |
getRetryWait()
(experimental) How long to wait between retries.
|
default Boolean |
getSubSecondPrecision()
(experimental) Generates event logs in nanosecond resolution.
|
getEnv, getEnvRegex, getLabels, getTag@Stability(value=Experimental) @Nullable default String getAddress()
Supply the address option to connect to a different address. tcp(default) and unix sockets are supported.
Default: - address not set.
@Stability(value=Experimental) @Nullable default Boolean getAsyncConnect()
Messages are buffered until the connection is established.
Default: - false
@Stability(value=Experimental) @Nullable default Number getBufferLimit()
Default: - The amount of RAM available to the container.
@Stability(value=Experimental) @Nullable default Number getMaxRetries()
Default: - 4294967295 (2**32 - 1).
@Stability(value=Experimental) @Nullable default Duration getRetryWait()
Default: - 1 second
@Stability(value=Experimental) @Nullable default Boolean getSubSecondPrecision()
Default: - false
@Stability(value=Experimental) static FluentdLogDriverProps.Builder builder()
builder in interface BaseLogDriverPropsFluentdLogDriverProps.Builder of FluentdLogDriverPropsCopyright © 2021. All rights reserved.