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