Uses of Class
software.amazon.awscdk.services.glue.GlueVersion
Packages that use GlueVersion
-
Uses of GlueVersion in software.amazon.awscdk.services.glue
Fields in software.amazon.awscdk.services.glue 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.Methods in software.amazon.awscdk.services.glue that return GlueVersionModifier and TypeMethodDescriptionJobExecutableConfig.getGlueVersion()(experimental) Glue version.final GlueVersionJobExecutableConfig.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 with parameters of type GlueVersionModifier and TypeMethodDescriptionJobExecutableConfig.Builder.glueVersion(GlueVersion glueVersion) Sets the value ofJobExecutableConfig.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()