Enum CrawlerState

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

@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)", date="2026-09-17T14:54:30.014Z") @Stability(Deprecated) @Deprecated public enum CrawlerState extends Enum<CrawlerState>
Deprecated.
(deprecated) Represents the state of a crawler for a condition in the Glue Trigger API.
  • Enum Constant Details

    • RUNNING

      @Stability(Deprecated) @Deprecated public static final CrawlerState RUNNING
      Deprecated.
      (deprecated) The crawler is currently running.
    • CANCELLING

      @Stability(Deprecated) @Deprecated public static final CrawlerState CANCELLING
      Deprecated.
      (deprecated) The crawler is in the process of being cancelled.
    • CANCELLED

      @Stability(Deprecated) @Deprecated public static final CrawlerState CANCELLED
      Deprecated.
      (deprecated) The crawler has been cancelled.
    • SUCCEEDED

      @Stability(Deprecated) @Deprecated public static final CrawlerState SUCCEEDED
      Deprecated.
      (deprecated) The crawler has completed its operation successfully.
    • FAILED

      @Stability(Deprecated) @Deprecated public static final CrawlerState FAILED
      Deprecated.
      (deprecated) The crawler has failed to complete its operation.
    • ERROR

      @Stability(Deprecated) @Deprecated public static final CrawlerState ERROR
      Deprecated.
      (deprecated) The crawler encountered an error during its operation.
  • Method Details

    • values

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