JobState
- class aws_cdk.aws_glue.JobState(value)
Bases:
Enum
(experimental) Job states emitted by Glue to CloudWatch Events.
- See:
https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/EventTypes.html#glue-event-types for more information.
- Stability:
experimental
Attributes
- FAILED
(experimental) State indicating job run failed.
- Stability:
experimental
- RUNNING
(experimental) State indicating job is running.
- Stability:
experimental
- STARTING
(experimental) State indicating job is starting.
- Stability:
experimental
- STOPPED
(experimental) State indicating job stopped.
- Stability:
experimental
- STOPPING
(experimental) State indicating job is stopping.
- Stability:
experimental
- SUCCEEDED
(experimental) State indicating job run succeeded.
- Stability:
experimental
- TIMEOUT
(experimental) State indicating job run timed out.
- Stability:
experimental