Show / Hide Table of Contents

Enum JobType

The job type.

Namespace: Amazon.CDK.AWS.Glue
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum JobType
Syntax (vb)
Public Enum JobType

Synopsis

Fields

ETL

Command for running a Glue Spark job.

PYTHON_SHELL

Command for running a Glue python shell job.

STREAMING

Command for running a Glue Spark streaming job.

Fields

Name Description
ETL

Command for running a Glue Spark job.

PYTHON_SHELL

Command for running a Glue python shell job.

STREAMING

Command for running a Glue Spark streaming job.

Back to top Generated by DocFX