Enum PartitionProjectionType

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

@Generated(value="jsii-pacmak/1.128.0 (build 749b9a9)", date="2026-05-06T14:53:17.019Z") @Stability(Experimental) public enum PartitionProjectionType extends Enum<PartitionProjectionType>
(experimental) Partition projection type.

Determines how Athena projects partition values.

See Also:
  • Enum Constant Details

    • INTEGER

      @Stability(Experimental) public static final PartitionProjectionType INTEGER
      (experimental) Project partition values as integers within a range.
    • DATE

      @Stability(Experimental) public static final PartitionProjectionType DATE
      (experimental) Project partition values as dates within a range.
    • ENUM

      @Stability(Experimental) public static final PartitionProjectionType ENUM
      (experimental) Project partition values from an explicit list of values.
    • INJECTED

      @Stability(Experimental) public static final PartitionProjectionType INJECTED
      (experimental) Project partition values that are injected at query time.
  • Method Details

    • values

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