Class JobState
(experimental) Job states emitted by Glue to CloudWatch Events.
Inheritance
Namespace: Amazon.CDK.AWS.Glue
Assembly: Amazon.CDK.AWS.Glue.dll
Syntax (csharp)
public sealed class JobState : Enum
Syntax (vb)
Public NotInheritable Class JobState
Inherits
Enum
Remarks
Stability: Experimental
See: https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/EventTypes.html#glue-event-types for more information.
Synopsis
Fields
| FAILED | (experimental) State indicating job run failed. |
| RUNNING | (experimental) State indicating job is running. |
| STARTING | (experimental) State indicating job is starting. |
| STOPPED | (experimental) State indicating job stopped. |
| STOPPING | (experimental) State indicating job is stopping. |
| SUCCEEDED | (experimental) State indicating job run succeeded. |
| TIMEOUT | (experimental) State indicating job run timed out. |
| value__ |
Fields
FAILED
(experimental) State indicating job run failed.
public const JobState FAILED
Field Value
| Type | Description |
|---|---|
| JobState |
Remarks
Stability: Experimental
RUNNING
(experimental) State indicating job is running.
public const JobState RUNNING
Field Value
| Type | Description |
|---|---|
| JobState |
Remarks
Stability: Experimental
STARTING
(experimental) State indicating job is starting.
public const JobState STARTING
Field Value
| Type | Description |
|---|---|
| JobState |
Remarks
Stability: Experimental
STOPPED
(experimental) State indicating job stopped.
public const JobState STOPPED
Field Value
| Type | Description |
|---|---|
| JobState |
Remarks
Stability: Experimental
STOPPING
(experimental) State indicating job is stopping.
public const JobState STOPPING
Field Value
| Type | Description |
|---|---|
| JobState |
Remarks
Stability: Experimental
SUCCEEDED
(experimental) State indicating job run succeeded.
public const JobState SUCCEEDED
Field Value
| Type | Description |
|---|---|
| JobState |
Remarks
Stability: Experimental
TIMEOUT
(experimental) State indicating job run timed out.
public const JobState TIMEOUT
Field Value
| Type | Description |
|---|---|
| JobState |
Remarks
Stability: Experimental
value__
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |