Class ContinuousLoggingProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.ContinuousLoggingProps.Jsii$Proxy
- All Implemented Interfaces:
ContinuousLoggingProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContinuousLoggingProps
@Stability(Experimental)
@Internal
public static final class ContinuousLoggingProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ContinuousLoggingProps
An implementation for
ContinuousLoggingProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.ContinuousLoggingProps
ContinuousLoggingProps.Builder, ContinuousLoggingProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(ContinuousLoggingProps.Builder builder) Constructor that initializes the object based on literal property values passed by theContinuousLoggingProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
(experimental) Apply the provided conversion pattern.final Boolean
(experimental) Enable continouous logging.final ILogGroup
(experimental) Specify a custom CloudWatch log group name.final String
(experimental) Specify a custom CloudWatch log stream prefix.final Boolean
getQuiet()
(experimental) Filter out non-useful Apache Spark driver/executor and Apache Hadoop YARN heartbeat log messages.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theContinuousLoggingProps.Builder
.
-
-
Method Details
-
getEnabled
Description copied from interface:ContinuousLoggingProps
(experimental) Enable continouous logging.- Specified by:
getEnabled
in interfaceContinuousLoggingProps
-
getConversionPattern
Description copied from interface:ContinuousLoggingProps
(experimental) Apply the provided conversion pattern.This is a Log4j Conversion Pattern to customize driver and executor logs.
Default: `%d{yy/MM/dd HH:mm:ss} %p %c{1}: %m%n`
- Specified by:
getConversionPattern
in interfaceContinuousLoggingProps
-
getLogGroup
Description copied from interface:ContinuousLoggingProps
(experimental) Specify a custom CloudWatch log group name.Default: - a log group is created with name `/aws-glue/jobs/logs-v2/`.
- Specified by:
getLogGroup
in interfaceContinuousLoggingProps
-
getLogStreamPrefix
Description copied from interface:ContinuousLoggingProps
(experimental) Specify a custom CloudWatch log stream prefix.Default: - the job run ID.
- Specified by:
getLogStreamPrefix
in interfaceContinuousLoggingProps
-
getQuiet
Description copied from interface:ContinuousLoggingProps
(experimental) Filter out non-useful Apache Spark driver/executor and Apache Hadoop YARN heartbeat log messages.Default: true
- Specified by:
getQuiet
in interfaceContinuousLoggingProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-