Class ScalaJobExecutableProps.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class ScalaJobExecutableProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ScalaJobExecutableProps
An implementation for ScalaJobExecutableProps
  • 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.ScalaJobExecutableProps

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the ScalaJobExecutableProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    (experimental) The fully qualified Scala class name that serves as the entry point for the job.
    final List<Code>
    (experimental) Additional files, such as configuration files that AWS Glue copies to the working directory of your script before executing it.
    final List<Code>
    (experimental) Additional Java .jar files that AWS Glue adds to the Java classpath before executing your script.
    final Boolean
    (experimental) Setting this value to true prioritizes the customer's extra JAR files in the classpath.
    (experimental) Glue version.
    final Code
    (experimental) The script that executes a job.
    final int
     

    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