Interface JournaldLogDriverProps
- All Superinterfaces:
BaseLogDriverProps
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
JournaldLogDriverProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-25T14:21:14.656Z")
@Stability(Stable)
public interface JournaldLogDriverProps
extends software.amazon.jsii.JsiiSerializable, BaseLogDriverProps
Specifies the journald log driver configuration options.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forJournaldLogDriverProps
static final class
An implementation forJournaldLogDriverProps
-
Method Summary
Methods inherited from interface software.amazon.awscdk.services.ecs.BaseLogDriverProps
getEnv, getEnvRegex, getLabels, getTag
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
builder
- Returns:
- a
JournaldLogDriverProps.Builder
ofJournaldLogDriverProps
-