@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.250Z") @Stability(value=Experimental) public class GelfLogDriver extends LogDriver
| Modifier and Type | Class and Description |
|---|---|
static class |
GelfLogDriver.Builder
(experimental) A fluent builder for
GelfLogDriver. |
| Modifier | Constructor and Description |
|---|---|
|
GelfLogDriver(GelfLogDriverProps props)
(experimental) 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(software.constructs.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 GelfLogDriver(software.amazon.jsii.JsiiObjectRef objRef)
protected GelfLogDriver(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public GelfLogDriver(@NotNull
GelfLogDriverProps props)
props - the gelf log driver configuration options. This parameter is required.@Stability(value=Experimental) @NotNull public LogDriverConfig bind(@NotNull software.constructs.Construct _scope, @NotNull ContainerDefinition _containerDefinition)
Copyright © 2021. All rights reserved.