paws.analytics (version 0.1.0)

glue_start_crawler: Starts a crawl using the specified crawler, regardless of what is scheduled

Description

Starts a crawl using the specified crawler, regardless of what is scheduled. If the crawler is already running, returns a CrawlerRunningException.

Usage

glue_start_crawler(Name)

Arguments

Name

[required] Name of the crawler to start.

Request syntax

svc$start_crawler(
  Name = "string"
)