@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-11T12:53:28.742Z") @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 © 2020. All rights reserved.