@Stability(value=Stable) @Internal public static final class FluentdLogDriverProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FluentdLogDriverProps
FluentdLogDriverPropssoftware.amazon.jsii.JsiiObject.InitializationModeFluentdLogDriverProps.Builder, FluentdLogDriverProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(FluentdLogDriverProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
FluentdLogDriverProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAddress()
By default, the logging driver connects to localhost:24224.
|
Boolean |
getAsyncConnect()
Docker connects to Fluentd in the background.
|
Number |
getBufferLimit()
The amount of data to buffer before flushing to disk.
|
List<String> |
getEnv()
The env option takes an array of keys.
|
String |
getEnvRegex()
The env-regex option is similar to and compatible with env.
|
List<String> |
getLabels()
The labels option takes an array of keys.
|
Number |
getMaxRetries()
The maximum number of retries.
|
Duration |
getRetryWait()
How long to wait between retries.
|
Boolean |
getSubSecondPrecision()
Generates event logs in nanosecond resolution.
|
String |
getTag()
By default, Docker uses the first 12 characters of the container ID to tag log messages.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(FluentdLogDriverProps.Builder builder)
FluentdLogDriverProps.Builder.public final String getAddress()
FluentdLogDriverPropsSupply the address option to connect to a different address. tcp(default) and unix sockets are supported.
Default: - address not set.
getAddress in interface FluentdLogDriverPropspublic final Boolean getAsyncConnect()
FluentdLogDriverPropsMessages are buffered until the connection is established.
Default: - false
getAsyncConnect in interface FluentdLogDriverPropspublic final Number getBufferLimit()
FluentdLogDriverPropsDefault: - The amount of RAM available to the container.
getBufferLimit in interface FluentdLogDriverPropspublic final Number getMaxRetries()
FluentdLogDriverPropsDefault: - 4294967295 (2**32 - 1).
getMaxRetries in interface FluentdLogDriverPropspublic final Duration getRetryWait()
FluentdLogDriverPropsDefault: - 1 second
getRetryWait in interface FluentdLogDriverPropspublic final Boolean getSubSecondPrecision()
FluentdLogDriverPropsDefault: - false
getSubSecondPrecision in interface FluentdLogDriverPropspublic final List<String> getEnv()
BaseLogDriverPropsIf there is collision between label and env keys, the value of the env takes precedence. Adds additional fields to the extra attributes of a logging message.
Default: - No env
getEnv in interface BaseLogDriverPropspublic final String getEnvRegex()
BaseLogDriverPropsIts value is a regular expression to match logging-related environment variables. It is used for advanced log tag options.
Default: - No envRegex
getEnvRegex in interface BaseLogDriverPropspublic final List<String> getLabels()
BaseLogDriverPropsIf there is collision between label and env keys, the value of the env takes precedence. Adds additional fields to the extra attributes of a logging message.
Default: - No labels
getLabels in interface BaseLogDriverPropspublic final String getTag()
BaseLogDriverPropsRefer to the log tag option documentation for customizing the log tag format.
Default: - The first 12 characters of the container ID
getTag in interface BaseLogDriverProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.