paws.analytics (version 0.1.0)

glue_list_crawlers: Retrieves the names of all crawler resources in this AWS account, or the resources with the specified tag

Description

Retrieves the names of all crawler resources in this AWS account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.

Usage

glue_list_crawlers(MaxResults, NextToken, Tags)

Arguments

MaxResults

The maximum size of a list to return.

NextToken

A continuation token, if this is a continuation request.

Tags

Specifies to return only these tagged resources.

Request syntax

svc$list_crawlers(
  MaxResults = 123,
  NextToken = "string",
  Tags = list(
    "string"
  )
)

Details

This operation takes the optional Tags field which you can use as a filter on the response so that tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag will be retrieved.