Uses of Class
software.amazon.awscdk.services.glue.alpha.GlueVersion
-
Uses of GlueVersion in software.amazon.awscdk.services.glue.alpha
Fields in software.amazon.awscdk.services.glue.alpha declared as GlueVersionModifier and TypeFieldDescriptionstatic final GlueVersionGlueVersion.V0_9(experimental) Glue version using Spark 2.2.1 and Python 2.7.static final GlueVersionGlueVersion.V1_0(experimental) Glue version using Spark 2.4.3, Python 2.7 and Python 3.6.static final GlueVersionGlueVersion.V2_0(experimental) Glue version using Spark 2.4.3 and Python 3.7.static final GlueVersionGlueVersion.V3_0(experimental) Glue version using Spark 3.1.1 and Python 3.7.static final GlueVersionGlueVersion.V4_0(experimental) Glue version using Spark 3.3.0 and Python 3.10.Methods in software.amazon.awscdk.services.glue.alpha that return GlueVersionModifier and TypeMethodDescriptionJobExecutableConfig.getGlueVersion()(experimental) Glue version.final GlueVersionJobExecutableConfig.Jsii$Proxy.getGlueVersion()PythonRayExecutableProps.getGlueVersion()(experimental) Glue version.final GlueVersionPythonRayExecutableProps.Jsii$Proxy.getGlueVersion()PythonShellExecutableProps.getGlueVersion()(experimental) Glue version.final GlueVersionPythonShellExecutableProps.Jsii$Proxy.getGlueVersion()PythonSparkJobExecutableProps.getGlueVersion()(experimental) Glue version.final GlueVersionPythonSparkJobExecutableProps.Jsii$Proxy.getGlueVersion()ScalaJobExecutableProps.getGlueVersion()(experimental) Glue version.final GlueVersionScalaJobExecutableProps.Jsii$Proxy.getGlueVersion()static GlueVersion(experimental) Custom Glue version.Methods in software.amazon.awscdk.services.glue.alpha with parameters of type GlueVersionModifier and TypeMethodDescriptionJobExecutableConfig.Builder.glueVersion(GlueVersion glueVersion) Sets the value ofJobExecutableConfig.getGlueVersion()PythonRayExecutableProps.Builder.glueVersion(GlueVersion glueVersion) Sets the value ofPythonRayExecutableProps.getGlueVersion()PythonShellExecutableProps.Builder.glueVersion(GlueVersion glueVersion) Sets the value ofPythonShellExecutableProps.getGlueVersion()PythonSparkJobExecutableProps.Builder.glueVersion(GlueVersion glueVersion) Sets the value ofPythonSparkJobExecutableProps.getGlueVersion()ScalaJobExecutableProps.Builder.glueVersion(GlueVersion glueVersion) Sets the value ofScalaJobExecutableProps.getGlueVersion()