@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:46.130Z") @Stability(value=Experimental) public class FluentdLogDriver extends LogDriver
| 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 © 2021. All rights reserved.