enum CrawlerState
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Glue.Alpha.CrawlerState |
![]() | github.com/aws/aws-cdk-go/awscdkgluealpha/v2#CrawlerState |
![]() | software.amazon.awscdk.services.glue.alpha.CrawlerState |
![]() | aws_cdk.aws_glue_alpha.CrawlerState |
![]() | @aws-cdk/aws-glue-alpha ยป CrawlerState |
Represents the state of a crawler for a condition in the Glue Trigger API.
Members
Name | Description |
---|---|
RUNNING | The crawler is currently running. |
CANCELLING | The crawler is in the process of being cancelled. |
CANCELLED | The crawler has been cancelled. |
SUCCEEDED | The crawler has completed its operation successfully. |
FAILED | The crawler has failed to complete its operation. |
ERROR | The crawler encountered an error during its operation. |
RUNNING
The crawler is currently running.
CANCELLING
The crawler is in the process of being cancelled.
CANCELLED
The crawler has been cancelled.
SUCCEEDED
The crawler has completed its operation successfully.
FAILED
The crawler has failed to complete its operation.
ERROR
The crawler encountered an error during its operation.