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

@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)", date="2026-07-02T13:33:03.414Z") @Stability(Deprecated) @Deprecated public enum Runtime extends Enum<Runtime>
Deprecated.
AWS Glue for Ray is closed to new customers as of April 30, 2026. Migrate to Amazon EKS with KubeRay Operator. See https://docs.aws.amazon.com/glue/latest/dg/awsglue-ray-jobs-availability-change.html
(deprecated) AWS Glue runtime determines the runtime engine of the job.

  • Enum Constant Details

    • RAY_TWO_FOUR

      @Stability(Deprecated) @Deprecated public static final Runtime RAY_TWO_FOUR
      Deprecated.
      (deprecated) Runtime for a Glue for Ray 2.4.
  • Method Details

    • values

      public static Runtime[] values()
      Deprecated.
      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 Runtime valueOf(String name)
      Deprecated.
      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