Enum ColumnCountMismatchHandlingAction

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

@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)", date="2026-09-17T14:54:30.001Z") @Stability(Deprecated) @Deprecated public enum ColumnCountMismatchHandlingAction extends Enum<ColumnCountMismatchHandlingAction>
Deprecated.
(deprecated) Identifies if the file contains less or more values for a row than the number of columns specified in the external table definition.

This property is only available for an uncompressed text file format.

See Also:
  • Enum Constant Details

  • Method Details

    • values

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