Updates the schedule of a crawler using a cron expression
Source:R/glue_operations.R
glue_update_crawler_schedule.RdUpdates the schedule of a crawler using a cron expression.
See https://www.paws-r-sdk.com/docs/glue_update_crawler_schedule/ for full documentation.
Arguments
- CrawlerName
[required] The name of the crawler whose schedule to update.
- Schedule
The updated
cronexpression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify:cron(15 12 * * ? *).