Skip to content

Update Crawler Schedule

glue_update_crawler_schedule R Documentation

Updates the schedule of a crawler using a cron expression

Description

Updates the schedule of a crawler using a cron expression.

Usage

glue_update_crawler_schedule(CrawlerName, Schedule)

Arguments

CrawlerName

[required] The name of the crawler whose schedule to update.

Schedule

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 * * ? *)⁠.

Value

An empty list.

Request syntax

svc$update_crawler_schedule(
  CrawlerName = "string",
  Schedule = "string"
)