enum JobState
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Glue.JobState |
Java | software.amazon.awscdk.services.glue.JobState |
Python | aws_cdk.aws_glue.JobState |
TypeScript (source) | @aws-cdk/aws-glue » JobState |
Job states emitted by Glue to CloudWatch Events.
See also: [https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/EventTypes.html#glue-event-types for more information.](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/EventTypes.html#glue-event-types for more information.)
Members
| Name | Description |
|---|---|
| SUCCEEDED | State indicating job run succeeded. |
| FAILED | State indicating job run failed. |
| TIMEOUT | State indicating job run timed out. |
| STARTING | State indicating job is starting. |
| RUNNING | State indicating job is running. |
| STOPPING | State indicating job is stopping. |
| STOPPED | State indicating job stopped. |
SUCCEEDED
State indicating job run succeeded.
FAILED
State indicating job run failed.
TIMEOUT
State indicating job run timed out.
STARTING
State indicating job is starting.
RUNNING
State indicating job is running.
STOPPING
State indicating job is stopping.
STOPPED
State indicating job stopped.

.NET
Java
Python
TypeScript (