paws.analytics (version 0.1.0)

glue_delete_crawler: Removes a specified crawler from the Data Catalog, unless the crawler state is RUNNING

Description

Removes a specified crawler from the Data Catalog, unless the crawler state is RUNNING.

Usage

glue_delete_crawler(Name)

Arguments

Name

[required] Name of the crawler to remove.

Request syntax

svc$delete_crawler(
  Name = "string"
)