@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-31T18:37:00.414Z") public class JournaldLogDriver extends LogDriver
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ecs.*; JournaldLogDriver journaldLogDriver = JournaldLogDriver.Builder.create() .env(List.of("env")) .envRegex("envRegex") .labels(List.of("labels")) .tag("tag") .build();
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.
|
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.
|
protected JournaldLogDriver(software.amazon.jsii.JsiiObjectRef objRef)
protected JournaldLogDriver(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public JournaldLogDriver()
public LogDriverConfig bind(Construct _scope, ContainerDefinition _containerDefinition)