paws.analytics (version 0.1.0)

glue_get_crawler_metrics: Retrieves metrics about specified crawlers

Description

Retrieves metrics about specified crawlers.

Usage

glue_get_crawler_metrics(CrawlerNameList, MaxResults, NextToken)

Arguments

CrawlerNameList

A list of the names of crawlers about which to retrieve metrics.

MaxResults

The maximum size of a list to return.

NextToken

A continuation token, if this is a continuation call.

Request syntax

svc$get_crawler_metrics(
  CrawlerNameList = list(
    "string"
  ),
  MaxResults = 123,
  NextToken = "string"
)