@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-31T18:37:00.396Z") public class FluentdLogDriver extends LogDriver
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ecs.*; import software.amazon.awscdk.core.*; FluentdLogDriver fluentdLogDriver = FluentdLogDriver.Builder.create() .address("address") .asyncConnect(false) .bufferLimit(123) .env(List.of("env")) .envRegex("envRegex") .labels(List.of("labels")) .maxRetries(123) .retryWait(Duration.minutes(30)) .subSecondPrecision(false) .tag("tag") .build();
Modifier and Type | Class and Description |
---|---|
static class |
FluentdLogDriver.Builder
A fluent builder for
FluentdLogDriver . |
Modifier | Constructor and Description |
---|---|
|
FluentdLogDriver()
Constructs a new instance of the FluentdLogDriver class.
|
protected |
FluentdLogDriver(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
FluentdLogDriver(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
LogDriverConfig |
bind(Construct _scope,
ContainerDefinition _containerDefinition)
Called when the log driver is configured on a container.
|
protected FluentdLogDriver(software.amazon.jsii.JsiiObjectRef objRef)
protected FluentdLogDriver(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public FluentdLogDriver()
public LogDriverConfig bind(Construct _scope, ContainerDefinition _containerDefinition)