Start Crawler
glue_start_crawler | R Documentation |
Starts a crawl using the specified crawler, regardless of what is scheduled¶
Description¶
Starts a crawl using the specified crawler, regardless of what is scheduled. If the crawler is already running, returns a CrawlerRunningException.
Usage¶
glue_start_crawler(Name)
Arguments¶
Name |
[required] Name of the crawler to start. |
Value¶
An empty list.
Request syntax¶
svc$start_crawler(
Name = "string"
)