glue_update_crawler_schedule: Updates the schedule of a crawler using a cron expression

View source: R/glue_operations.R

glue_update_crawler_scheduleR Documentation

Updates the schedule of a crawler using a cron expression

Description

Updates the schedule of a crawler using a cron expression.

See https://www.paws-r-sdk.com/docs/glue_update_crawler_schedule/ for full documentation.

Usage

glue_update_crawler_schedule(CrawlerName, Schedule = NULL)

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


paws.analytics documentation built on Sept. 12, 2024, 6:40 a.m.