Class ContinuousLoggingProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.alpha.ContinuousLoggingProps.Jsii$Proxy
All Implemented Interfaces:
ContinuousLoggingProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
ContinuousLoggingProps

@Stability(Deprecated) @Deprecated @Internal public static final class ContinuousLoggingProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContinuousLoggingProps
Deprecated.
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.alpha.ContinuousLoggingProps

    ContinuousLoggingProps.Builder, ContinuousLoggingProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Deprecated.
    Constructor that initializes the object based on literal property values passed by the ContinuousLoggingProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Deprecated.
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
    Deprecated.
     
    final boolean
    Deprecated.
     
    final String
    Deprecated.
    (deprecated) Apply the provided conversion pattern.
    final Boolean
    Deprecated.
    (deprecated) Enable continuous logging.
    final ILogGroup
    Deprecated.
    (deprecated) Specify a custom CloudWatch log group name.
    final String
    Deprecated.
    (deprecated) Specify a custom CloudWatch log stream prefix.
    final Boolean
    Deprecated.
    (deprecated) Filter out non-useful Apache Spark driver/executor and Apache Hadoop YARN heartbeat log messages.
    final int
    Deprecated.
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Deprecated.
      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)
      Deprecated.
      Constructor that initializes the object based on literal property values passed by the ContinuousLoggingProps.Builder.
  • Method Details

    • getEnabled

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

      public final String getConversionPattern()
      Deprecated.
      Description copied from interface: ContinuousLoggingProps
      (deprecated) 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()
      Deprecated.
      Description copied from interface: ContinuousLoggingProps
      (deprecated) 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()
      Deprecated.
      Description copied from interface: ContinuousLoggingProps
      (deprecated) Specify a custom CloudWatch log stream prefix.

      Default: - the job run ID.

      Specified by:
      getLogStreamPrefix in interface ContinuousLoggingProps
    • getQuiet

      public final Boolean getQuiet()
      Deprecated.
      Description copied from interface: ContinuousLoggingProps
      (deprecated) 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()
      Deprecated.
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

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

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