@Generated(value="jsii-pacmak/1.21.0 (build 4262b22)", date="2021-02-19T10:09:24.198Z") @Stability(value=Stable) public class JournaldLogDriver extends LogDriver
Modifier and Type | Class and Description |
---|---|
static class |
JournaldLogDriver.Builder
A fluent builder for
JournaldLogDriver . |
Modifier | Constructor and Description |
---|---|
|
JournaldLogDriver()
Constructs a new instance of the JournaldLogDriver class.
|
|
JournaldLogDriver(JournaldLogDriverProps props)
Constructs a new instance of the JournaldLogDriver class.
|
protected |
JournaldLogDriver(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
JournaldLogDriver(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 JournaldLogDriver(software.amazon.jsii.JsiiObjectRef objRef)
protected JournaldLogDriver(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public JournaldLogDriver(@Nullable JournaldLogDriverProps props)
props
- the journald log driver configuration options.@Stability(value=Stable) public JournaldLogDriver()
@Stability(value=Stable) @NotNull public LogDriverConfig bind(@NotNull Construct _scope, @NotNull ContainerDefinition _containerDefinition)
Copyright © 2021. All rights reserved.