Learn R Programming

paws.analytics (version 0.1.7)

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

Description

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

Usage

glue_delete_crawler(Name)

Arguments

Name

[required] The name of the crawler to remove.

Request syntax

svc$delete_crawler(
  Name = "string"
)