Stop Crawler Schedule
glue_stop_crawler_schedule | R Documentation |
Sets the schedule state of the specified crawler to NOT_SCHEDULED, but does not stop the crawler if it is already running¶
Description¶
Sets the schedule state of the specified crawler to NOT_SCHEDULED
, but
does not stop the crawler if it is already running.
Usage¶
glue_stop_crawler_schedule(CrawlerName)
Arguments¶
CrawlerName |
[required] Name of the crawler whose schedule state to set. |
Value¶
An empty list.
Request syntax¶
svc$stop_crawler_schedule(
CrawlerName = "string"
)