enum JobType
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Glue.Alpha.JobType |
Go | github.com/aws/aws-cdk-go/awscdkgluealpha/v2#JobType |
Java | software.amazon.awscdk.services.glue.alpha.JobType |
Python | aws_cdk.aws_glue_alpha.JobType |
TypeScript (source) | @aws-cdk/aws-glue-alpha ยป JobType |
The job type.
Members
| Name | Description |
|---|---|
| ETL | Command for running a Glue Spark job. |
| STREAMING | Command for running a Glue Spark streaming job. |
| PYTHON_SHELL | Command for running a Glue python shell job. |
| RAY | Command for running a Glue Ray job. |
ETL
Command for running a Glue Spark job.
STREAMING
Command for running a Glue Spark streaming job.
PYTHON_SHELL
Command for running a Glue python shell job.
RAY
Command for running a Glue Ray job.

.NET
Go
Java
Python
TypeScript (