Skip to content

Commit 6661ee0

Browse files
README.md を更新
Co-authored-by: Luca Pizzini <[email protected]>
1 parent e9acd06 commit 6661ee0

File tree

1 file changed

+1
-1
lines changed
  • packages/aws-cdk-lib/aws-stepfunctions-tasks

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-stepfunctions-tasks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ new tasks.GlueStartJobRun(this, 'Task', {
10971097

10981098
### StartCrawlerRun
10991099

1100-
You can call the `startCrawler` API from a `Task` state through AWS SDK service integrations.
1100+
You can call the [`StartCrawler`](https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-crawler-crawling.html#aws-glue-api-crawler-crawling-StartCrawler) API from a `Task` state through AWS SDK service integrations.
11011101

11021102
```ts
11031103
new tasks.GlueStartCrawlerRun(this, 'Task', {

0 commit comments

Comments
 (0)