Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchGetCrawlersRequest

import type { BatchGetCrawlersRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface BatchGetCrawlersRequest {
CrawlerNames: string[];
}

§Properties

§
CrawlerNames: string[]
[src]

A list of crawler names, which might be the names returned from the ListCrawlers operation.