v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142021,119944.8 KB

Updates the schedule of a crawler using a <code>cron</code> expression.

post/#X-Amz-Target=AWSGlue.UpdateCrawlerSchedule

Headers

X-Amz-Target'AWSGlue.UpdateCrawlerSchedule' required

Request body

CrawlerNamestring required

The name of the crawler whose schedule to update.

Schedulestring

The updated <code>cron</code> expression used to specify the schedule (see <a href="https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html">Time-Based Schedules for Jobs and Crawlers</a>. For example, to run something every day at 12:15 UTC, you would specify: <code>cron(15 12 * * ? *)</code>.

Response

Success

UpdateCrawlerScheduleResponse required