Class JobExecutableConfig.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the JobExecutableConfig.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 Scala class 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.
    final List<Code>
    (experimental) Additional Python files that AWS Glue adds to the Python path before executing your script.
    (experimental) Glue version.
    (experimental) The language of the job (Scala or Python).
    (experimental) The Python version to use.
    final Code
    (experimental) The script that is executed by a job.
    final JobType
    (experimental) Specify the type of the job whether it's an Apache Spark ETL or streaming one or if it's a Python shell 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