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