CrawlerState

class aws_cdk.aws_glue_alpha.CrawlerState(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

(experimental) Represents the state of a crawler for a condition in the Glue Trigger API.

Stability:

experimental

Attributes

CANCELLED

(experimental) The crawler has been cancelled.

Stability:

experimental

CANCELLING

(experimental) The crawler is in the process of being cancelled.

Stability:

experimental

ERROR

(experimental) The crawler encountered an error during its operation.

Stability:

experimental

FAILED

(experimental) The crawler has failed to complete its operation.

Stability:

experimental

RUNNING

(experimental) The crawler is currently running.

Stability:

experimental

SUCCEEDED

(experimental) The crawler has completed its operation successfully.

Stability:

experimental