@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:29:47.701Z") @Stability(value=Stable) public class FluentdLogDriver extends LogDriver
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(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, jsiiStaticSet
protected 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 Construct _scope, @NotNull ContainerDefinition _containerDefinition)
Copyright © 2020. All rights reserved.