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

@Generated(value="jsii-pacmak/1.128.0 (build 749b9a9)", date="2026-05-06T14:53:17.017Z") @Stability(Experimental) public enum JobType extends Enum<JobType>
(experimental) The job type.
  • Enum Constant Details

    • ETL

      @Stability(Experimental) public static final JobType ETL
      (experimental) Command for running a Glue Spark job.
    • STREAMING

      @Stability(Experimental) public static final JobType STREAMING
      (experimental) Command for running a Glue Spark streaming job.
    • PYTHON_SHELL

      @Stability(Experimental) public static final JobType PYTHON_SHELL
      (experimental) Command for running a Glue python shell job.
    • RAY

      @Stability(Experimental) public static final JobType RAY
      (experimental) Command for running a Glue Ray job.
  • Method Details

    • values

      public static JobType[] 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 JobType 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