@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.733Z") @Stability(value=Stable) public interface JournaldLogDriverProps extends software.amazon.jsii.JsiiSerializable, BaseLogDriverProps
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.*;
JournaldLogDriverProps journaldLogDriverProps = JournaldLogDriverProps.builder()
.env(List.of("env"))
.envRegex("envRegex")
.labels(List.of("labels"))
.tag("tag")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
JournaldLogDriverProps.Builder
A builder for
JournaldLogDriverProps |
static class |
JournaldLogDriverProps.Jsii$Proxy
An implementation for
JournaldLogDriverProps |
| Modifier and Type | Method and Description |
|---|---|
static JournaldLogDriverProps.Builder |
builder() |
getEnv, getEnvRegex, getLabels, getTag@Stability(value=Stable) static JournaldLogDriverProps.Builder builder()
builder in interface BaseLogDriverPropsJournaldLogDriverProps.Builder of JournaldLogDriverPropsCopyright © 2022. All rights reserved.