Learn R Programming

paws.analytics (version 0.1.4)

glue_start_crawler_schedule: Changes the schedule state of the specified crawler to SCHEDULED, unless the crawler is already running or the schedule state is already SCHEDULED

Description

Changes the schedule state of the specified crawler to SCHEDULED, unless the crawler is already running or the schedule state is already SCHEDULED.

Usage

glue_start_crawler_schedule(CrawlerName)

Arguments

CrawlerName

[required] Name of the crawler to schedule.

Request syntax

svc$start_crawler_schedule(
  CrawlerName = "string"
)