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
  • 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

      protected Jsii$Proxy(ContinuousLoggingProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ContinuousLoggingProps.Builder.
  • Method Details

    • getEnabled

      public final Boolean getEnabled()
      Description copied from interface: ContinuousLoggingProps
      (experimental) Enable continouous logging.
      Specified by:
      getEnabled in interface ContinuousLoggingProps
    • getConversionPattern

      public final String 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 interface ContinuousLoggingProps
    • getLogGroup

      public final ILogGroup 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 interface ContinuousLoggingProps
    • getLogStreamPrefix

      public final String getLogStreamPrefix()
      Description copied from interface: ContinuousLoggingProps
      (experimental) Specify a custom CloudWatch log stream prefix.

      Default: - the job run ID.

      Specified by:
      getLogStreamPrefix in interface ContinuousLoggingProps
    • getQuiet

      public final Boolean 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 interface ContinuousLoggingProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object