Class FluentdLogDriverProps.Jsii$Proxy
- All Implemented Interfaces:
BaseLogDriverProps
,FluentdLogDriverProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
FluentdLogDriverProps
FluentdLogDriverProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.FluentdLogDriverProps
FluentdLogDriverProps.Builder, FluentdLogDriverProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(FluentdLogDriverProps.Builder builder) Constructor that initializes the object based on literal property values passed by theFluentdLogDriverProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
By default, the logging driver connects to localhost:24224.final Boolean
Docker connects to Fluentd in the background.final Number
The amount of data to buffer before flushing to disk.getEnv()
The env option takes an array of keys.final String
The env-regex option is similar to and compatible with env.The labels option takes an array of keys.final Number
The maximum number of retries.final Duration
How long to wait between retries.final Boolean
Generates event logs in nanosecond resolution.final String
getTag()
By default, Docker uses the first 12 characters of the container ID to tag log messages.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theFluentdLogDriverProps.Builder
.
-
-
Method Details
-
getAddress
Description copied from interface:FluentdLogDriverProps
By default, the logging driver connects to localhost:24224.Supply the address option to connect to a different address. tcp(default) and unix sockets are supported.
Default: - address not set.
- Specified by:
getAddress
in interfaceFluentdLogDriverProps
-
getAsyncConnect
Description copied from interface:FluentdLogDriverProps
Docker connects to Fluentd in the background.Messages are buffered until the connection is established.
Default: - false
- Specified by:
getAsyncConnect
in interfaceFluentdLogDriverProps
-
getBufferLimit
Description copied from interface:FluentdLogDriverProps
The amount of data to buffer before flushing to disk.Default: - The amount of RAM available to the container.
- Specified by:
getBufferLimit
in interfaceFluentdLogDriverProps
-
getMaxRetries
Description copied from interface:FluentdLogDriverProps
The maximum number of retries.Default: - 4294967295 (2**32 - 1).
- Specified by:
getMaxRetries
in interfaceFluentdLogDriverProps
-
getRetryWait
Description copied from interface:FluentdLogDriverProps
How long to wait between retries.Default: - 1 second
- Specified by:
getRetryWait
in interfaceFluentdLogDriverProps
-
getSubSecondPrecision
Description copied from interface:FluentdLogDriverProps
Generates event logs in nanosecond resolution.Default: - false
- Specified by:
getSubSecondPrecision
in interfaceFluentdLogDriverProps
-
getEnv
Description copied from interface:BaseLogDriverProps
The env option takes an array of keys.If 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
- Specified by:
getEnv
in interfaceBaseLogDriverProps
-
getEnvRegex
Description copied from interface:BaseLogDriverProps
The env-regex option is similar to and compatible with env.Its value is a regular expression to match logging-related environment variables. It is used for advanced log tag options.
Default: - No envRegex
- Specified by:
getEnvRegex
in interfaceBaseLogDriverProps
-
getLabels
Description copied from interface:BaseLogDriverProps
The labels option takes an array of keys.If 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
- Specified by:
getLabels
in interfaceBaseLogDriverProps
-
getTag
Description copied from interface:BaseLogDriverProps
By default, Docker uses the first 12 characters of the container ID to tag log messages.Refer to the log tag option documentation for customizing the log tag format.
Default: - The first 12 characters of the container ID
- Specified by:
getTag
in interfaceBaseLogDriverProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-