@Stability(value=Experimental) @Internal public static final class PythonShellExecutableProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PythonShellExecutableProps
PythonShellExecutablePropssoftware.amazon.jsii.JsiiObject.InitializationModePythonShellExecutableProps.Builder, PythonShellExecutableProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(PythonShellExecutableProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
PythonShellExecutableProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<Code> |
getExtraFiles()
(experimental) Additional files, such as configuration files that AWS Glue copies to the working directory of your script before executing it.
|
List<Code> |
getExtraPythonFiles()
(experimental) Additional Python files that AWS Glue adds to the Python path before executing your script.
|
GlueVersion |
getGlueVersion()
(experimental) Glue version.
|
PythonVersion |
getPythonVersion()
(experimental) The Python version to use.
|
Code |
getScript()
(experimental) The script that executes a job.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(PythonShellExecutableProps.Builder builder)
PythonShellExecutableProps.Builder.public final GlueVersion getGlueVersion()
PythonShellExecutablePropsgetGlueVersion in interface PythonShellExecutablePropspublic final PythonVersion getPythonVersion()
PythonShellExecutablePropsgetPythonVersion in interface PythonShellExecutablePropspublic final Code getScript()
PythonShellExecutablePropsgetScript in interface PythonShellExecutablePropspublic final List<Code> getExtraFiles()
PythonShellExecutablePropsOnly individual files are supported, directories are not supported.
Default: [] - no extra files are copied to the working directory
getExtraFiles in interface PythonShellExecutablePropspublic final List<Code> getExtraPythonFiles()
PythonShellExecutablePropsOnly individual files are supported, directories are not supported.
Default: - no extra python files and argument is not set
getExtraPythonFiles in interface PythonShellExecutableProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.