@Stability(value=Experimental) @Internal public static final class ContinuousLoggingProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContinuousLoggingProps
ContinuousLoggingPropssoftware.amazon.jsii.JsiiObject.InitializationModeContinuousLoggingProps.Builder, ContinuousLoggingProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(ContinuousLoggingProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ContinuousLoggingProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getConversionPattern()
(experimental) Apply the provided conversion pattern.
|
Boolean |
getEnabled()
(experimental) Enable continouous logging.
|
ILogGroup |
getLogGroup()
(experimental) Specify a custom CloudWatch log group name.
|
String |
getLogStreamPrefix()
(experimental) Specify a custom CloudWatch log stream prefix.
|
Boolean |
getQuiet()
(experimental) Filter out non-useful Apache Spark driver/executor and Apache Hadoop YARN heartbeat log messages.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(ContinuousLoggingProps.Builder builder)
ContinuousLoggingProps.Builder.public final Boolean getEnabled()
ContinuousLoggingPropsgetEnabled in interface ContinuousLoggingPropspublic final String getConversionPattern()
ContinuousLoggingPropsThis is a Log4j Conversion Pattern to customize driver and executor logs.
Default: `%d{yy/MM/dd HH:mm:ss} %p %c{1}: %m%n`
getConversionPattern in interface ContinuousLoggingPropspublic final ILogGroup getLogGroup()
ContinuousLoggingPropsDefault: - a log group is created with name `/aws-glue/jobs/logs-v2/`.
getLogGroup in interface ContinuousLoggingPropspublic final String getLogStreamPrefix()
ContinuousLoggingPropsDefault: - the job run ID.
getLogStreamPrefix in interface ContinuousLoggingPropspublic final Boolean getQuiet()
ContinuousLoggingPropsDefault: true
getQuiet in interface ContinuousLoggingProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.