Skip to content

Commit

Permalink
chore: add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Mar 8, 2024
1 parent b6aeb0d commit e9acd06
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ export interface GlueStartCrawlerRunProps extends sfn.TaskStateBaseProps {

}

/**
* Starts an AWS Glue Crawler in a Task state
*
* @see https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-crawler-crawling.html#aws-glue-api-crawler-crawling-StartCrawler
*/
export class GlueStartCrawlerRun extends sfn.TaskStateBase {

protected readonly taskMetrics?: sfn.TaskMetricsConfig;
Expand Down

0 comments on commit e9acd06

Please sign in to comment.