@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:07.714Z") @Stability(value=Experimental) public class GlueVersion extends software.amazon.jsii.JsiiObject
Example:
Bucket bucket;
Job.Builder.create(this, "PythonShellJob")
.executable(JobExecutable.pythonShell(PythonShellExecutableProps.builder()
.glueVersion(GlueVersion.V1_0)
.pythonVersion(PythonVersion.THREE)
.script(Code.fromBucket(bucket, "script.py"))
.build()))
.description("an example Python Shell job")
.build();
| Modifier and Type | Field and Description |
|---|---|
static GlueVersion |
V0_9
(experimental) Glue version using Spark 2.2.1 and Python 2.7.
|
static GlueVersion |
V1_0
(experimental) Glue version using Spark 2.4.3, Python 2.7 and Python 3.6.
|
static GlueVersion |
V2_0
(experimental) Glue version using Spark 2.4.3 and Python 3.7.
|
static GlueVersion |
V3_0
(experimental) Glue version using Spark 3.1.1 and Python 3.7.
|
| Modifier | Constructor and Description |
|---|---|
protected |
GlueVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
GlueVersion(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
(experimental) The name of this GlueVersion, as expected by Job resource.
|
static GlueVersion |
of(String version)
(experimental) Custom Glue version.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) public static final GlueVersion V0_9
@Stability(value=Experimental) public static final GlueVersion V1_0
@Stability(value=Experimental) public static final GlueVersion V2_0
@Stability(value=Experimental) public static final GlueVersion V3_0
protected GlueVersion(software.amazon.jsii.JsiiObjectRef objRef)
protected GlueVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) @NotNull public static GlueVersion of(@NotNull String version)
version - custom version. This parameter is required.@Stability(value=Experimental) @NotNull public String getName()
Copyright © 2022. All rights reserved.