paws.analytics (version 0.1.0)

glue_stop_crawler_schedule: Sets the schedule state of the specified crawler to NOT_SCHEDULED, but does not stop the crawler if it is already running

Description

Sets the schedule state of the specified crawler to NOT_SCHEDULED, but does not stop the crawler if it is already running.

Usage

glue_stop_crawler_schedule(CrawlerName)

Arguments

CrawlerName

[required] Name of the crawler whose schedule state to set.

Request syntax

svc$stop_crawler_schedule(
  CrawlerName = "string"
)