@Stability(value=Stable) @Internal public static final class BaseLogDriverProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BaseLogDriverProps
BaseLogDriverProps
software.amazon.jsii.JsiiObject.InitializationMode
BaseLogDriverProps.Builder, BaseLogDriverProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(List<String> env,
String envRegex,
List<String> labels,
String tag)
Constructor that initializes the object based on literal property values passed by the
BaseLogDriverProps.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getEnv()
The env option takes an array of keys.
|
String |
getEnvRegex()
The env-regex option is similar to and compatible with env.
|
List<String> |
getLabels()
The labels option takes an array of keys.
|
String |
getTag()
By default, Docker uses the first 12 characters of the container ID to tag log messages.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final List<String> getEnv()
BaseLogDriverProps
If there is collision between label and env keys, the value of the env takes precedence. Adds additional fields to the extra attributes of a logging message.
Default: - No env
getEnv
in interface BaseLogDriverProps
public final String getEnvRegex()
BaseLogDriverProps
Its value is a regular expression to match logging-related environment variables. It is used for advanced log tag options.
Default: - No envRegex
getEnvRegex
in interface BaseLogDriverProps
public final List<String> getLabels()
BaseLogDriverProps
If there is collision between label and env keys, the value of the env takes precedence. Adds additional fields to the extra attributes of a logging message.
Default: - No labels
getLabels
in interface BaseLogDriverProps
public final String getTag()
BaseLogDriverProps
Refer to the log tag option documentation for customizing the log tag format.
Default: - The first 12 characters of the container ID
getTag
in interface BaseLogDriverProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2020. All rights reserved.