JobType

class aws_cdk.aws_glue_alpha.JobType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

(experimental) The job type.

If you need to use a JobType that doesn’t exist as a static member, you can instantiate a JobType object, e.g: JobType.of('other name').

Stability:

experimental

Attributes

ETL

(experimental) Command for running a Glue Spark job.

Stability:

experimental

PYTHON_SHELL

(experimental) Command for running a Glue python shell job.

Stability:

experimental

RAY

(experimental) Command for running a Glue Ray job.

Stability:

experimental

STREAMING

(experimental) Command for running a Glue Spark streaming job.

Stability:

experimental