java.lang.Object
java.lang.Enum<JobState>
software.amazon.awscdk.services.glue.alpha.JobState
All Implemented Interfaces:
Serializable, Comparable<JobState>, java.lang.constant.Constable

@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)", date="2024-09-11T18:01:25.626Z") @Stability(Experimental) public enum JobState extends Enum<JobState>
(experimental) Job states emitted by Glue to CloudWatch Events.

See Also:
  • Enum Constant Details

    • SUCCEEDED

      @Stability(Experimental) public static final JobState SUCCEEDED
      (experimental) State indicating job run succeeded.
    • FAILED

      @Stability(Experimental) public static final JobState FAILED
      (experimental) State indicating job run failed.
    • TIMEOUT

      @Stability(Experimental) public static final JobState TIMEOUT
      (experimental) State indicating job run timed out.
    • STARTING

      @Stability(Experimental) public static final JobState STARTING
      (experimental) State indicating job is starting.
    • RUNNING

      @Stability(Experimental) public static final JobState RUNNING
      (experimental) State indicating job is running.
    • STOPPING

      @Stability(Experimental) public static final JobState STOPPING
      (experimental) State indicating job is stopping.
    • STOPPED

      @Stability(Experimental) public static final JobState STOPPED
      (experimental) State indicating job stopped.
  • Method Details

    • values

      public static JobState[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static JobState valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null