@aws-cdk_aws-glue-alpha.JobState

enum JobState ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.Glue.Alpha.JobState
Gogithub.com/aws/aws-cdk-go/awscdkgluealpha/v2#JobState
Javasoftware.amazon.awscdk.services.glue.alpha.JobState
Pythonaws_cdk.aws_glue_alpha.JobState
TypeScript (source)@aws-cdk/aws-glue-alpha ยป 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

NameDescription
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.