glue_stop_crawler_schedule {paws.analytics} | 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.
See https://www.paws-r-sdk.com/docs/glue_stop_crawler_schedule/ for full documentation.
Usage
glue_stop_crawler_schedule(CrawlerName)
Arguments
CrawlerName |
[required] Name of the crawler whose schedule state to set. |
[Package paws.analytics version 0.7.0 Index]