CrawlerState
- class aws_cdk.aws_glue_alpha.CrawlerState(*values)
Bases:
Enum(deprecated) Represents the state of a crawler for a condition in the Glue Trigger API.
- Stability:
deprecated
Attributes
- CANCELLED
(deprecated) The crawler has been cancelled.
- Stability:
deprecated
- CANCELLING
(deprecated) The crawler is in the process of being cancelled.
- Stability:
deprecated
- ERROR
(deprecated) The crawler encountered an error during its operation.
- Stability:
deprecated
- FAILED
(deprecated) The crawler has failed to complete its operation.
- Stability:
deprecated
- RUNNING
(deprecated) The crawler is currently running.
- Stability:
deprecated
- SUCCEEDED
(deprecated) The crawler has completed its operation successfully.
- Stability:
deprecated