Uses of Class
software.amazon.awscdk.services.glue.alpha.JobType
-
Uses of JobType in software.amazon.awscdk.services.glue.alpha
Fields in software.amazon.awscdk.services.glue.alpha declared as JobTypeModifier and TypeFieldDescriptionstatic final JobTypeJobType.ETL(experimental) Command for running a Glue Spark job.static final JobTypeJobType.PYTHON_SHELL(experimental) Command for running a Glue python shell job.static final JobTypeJobType.RAY(experimental) Command for running a Glue Ray job.static final JobTypeJobType.STREAMING(experimental) Command for running a Glue Spark streaming job.Methods in software.amazon.awscdk.services.glue.alpha that return JobTypeModifier and TypeMethodDescriptionJobExecutableConfig.getType()(experimental) Specify the type of the job whether it's an Apache Spark ETL or streaming one or if it's a Python shell job.final JobTypeJobExecutableConfig.Jsii$Proxy.getType()static JobType(experimental) Custom type name.Methods in software.amazon.awscdk.services.glue.alpha with parameters of type JobType