@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:05.670Z") @Stability(value=Experimental) 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.core.*;
import software.amazon.awscdk.services.ecs.*;
Duration duration;
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)
.subSecondPrecision(false)
.tag("tag")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
FluentdLogDriver.Builder
(experimental) A fluent builder for
FluentdLogDriver. |
| Modifier | Constructor and Description |
|---|---|
|
FluentdLogDriver()
(experimental) Constructs a new instance of the FluentdLogDriver class.
|
|
FluentdLogDriver(FluentdLogDriverProps props)
(experimental) 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)
(experimental) 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=Experimental)
public FluentdLogDriver(@Nullable
FluentdLogDriverProps props)
props - the fluentd log driver configuration options.@Stability(value=Experimental) public FluentdLogDriver()
@Stability(value=Experimental) @NotNull public LogDriverConfig bind(@NotNull Construct _scope, @NotNull ContainerDefinition _containerDefinition)
Copyright © 2022. All rights reserved.