JobState

class aws_cdk.aws_glue_alpha.JobState(*values)

Bases: Enum

(deprecated) 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:

deprecated

Attributes

FAILED

(deprecated) State indicating job run failed.

Stability:

deprecated

RUNNING

(deprecated) State indicating job is running.

Stability:

deprecated

STARTING

(deprecated) State indicating job is starting.

Stability:

deprecated

STOPPED

(deprecated) State indicating job stopped.

Stability:

deprecated

STOPPING

(deprecated) State indicating job is stopping.

Stability:

deprecated

SUCCEEDED

(deprecated) State indicating job run succeeded.

Stability:

deprecated

TIMEOUT

(deprecated) State indicating job run timed out.

Stability:

deprecated