paws.analytics (version 0.1.0)

glue_update_crawler_schedule: 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] 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 * * ? *).

Request syntax

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