Class PythonShellExecutableProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.PythonShellExecutableProps.Jsii$Proxy
- All Implemented Interfaces:
PythonShellExecutableProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
PythonShellExecutableProps
@Stability(Experimental)
@Internal
public static final class PythonShellExecutableProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements PythonShellExecutableProps
An implementation for
PythonShellExecutableProps
-
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.PythonShellExecutableProps
PythonShellExecutableProps.Builder, PythonShellExecutableProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by thePythonShellExecutableProps.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
(experimental) Additional files, such as configuration files that AWS Glue copies to the working directory of your script before executing it.(experimental) Additional Python files that AWS Glue adds to the Python path before executing your script.final GlueVersion
(experimental) Glue version.final PythonVersion
(experimental) The Python version to use.final Code
(experimental) The script that executes a job.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by thePythonShellExecutableProps.Builder
.
-
-
Method Details
-
getGlueVersion
Description copied from interface:PythonShellExecutableProps
(experimental) Glue version.- Specified by:
getGlueVersion
in interfacePythonShellExecutableProps
- See Also:
-
getPythonVersion
Description copied from interface:PythonShellExecutableProps
(experimental) The Python version to use.- Specified by:
getPythonVersion
in interfacePythonShellExecutableProps
-
getScript
Description copied from interface:PythonShellExecutableProps
(experimental) The script that executes a job.- Specified by:
getScript
in interfacePythonShellExecutableProps
-
getExtraFiles
Description copied from interface:PythonShellExecutableProps
(experimental) Additional files, such as configuration files that AWS Glue copies to the working directory of your script before executing it.Only individual files are supported, directories are not supported.
Default: [] - no extra files are copied to the working directory
- Specified by:
getExtraFiles
in interfacePythonShellExecutableProps
- See Also:
-
getExtraPythonFiles
Description copied from interface:PythonShellExecutableProps
(experimental) Additional Python files that AWS Glue adds to the Python path before executing your script.Only individual files are supported, directories are not supported.
Default: - no extra python files and argument is not set
- Specified by:
getExtraPythonFiles
in interfacePythonShellExecutableProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-