enum JobType
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Glue.Alpha.JobType |
![]() | github.com/aws/aws-cdk-go/awscdkgluealpha/v2#JobType |
![]() | software.amazon.awscdk.services.glue.alpha.JobType |
![]() | aws_cdk.aws_glue_alpha.JobType |
![]() | @aws-cdk/aws-glue-alpha ยป JobType |
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')
.
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.