Values_2.UpdateCrawlerScheduleRequestSourceUpdates the schedule of a crawler using a cron expression.
type nonrec t = {crawlerName : Values_0.NameString.t;The name of the crawler whose schedule to update.
*)schedule : Values_0.CronExpression.t option;The updated cron expression 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 * * ? *).
*)}