@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.712Z") @Stability(value=Stable) 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.*;
import software.amazon.awscdk.services.ecs.*;
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.
|
|
FluentdLogDriver(FluentdLogDriverProps props)
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(software.constructs.Construct _scope,
ContainerDefinition _containerDefinition)
Called when the log driver is configured on a container.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected FluentdLogDriver(software.amazon.jsii.JsiiObjectRef objRef)
protected FluentdLogDriver(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public FluentdLogDriver(@Nullable
FluentdLogDriverProps props)
props - the fluentd log driver configuration options.@Stability(value=Stable) public FluentdLogDriver()
@Stability(value=Stable) @NotNull public LogDriverConfig bind(@NotNull software.constructs.Construct _scope, @NotNull ContainerDefinition _containerDefinition)
Copyright © 2022. All rights reserved.