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

WebCrawlerConfiguration

import type { WebCrawlerConfiguration } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/kendra.ts";
interface WebCrawlerConfiguration {
AuthenticationConfiguration?: AuthenticationConfiguration | null;
CrawlDepth?: number | null;
MaxContentSizePerPageInMegaBytes?: number | null;
MaxLinksPerPage?: number | null;
MaxUrlsPerMinuteCrawlRate?: number | null;
ProxyConfiguration?: ProxyConfiguration | null;
UrlExclusionPatterns?: string[] | null;
UrlInclusionPatterns?: string[] | null;
Urls: Urls;
}

§Properties

§
AuthenticationConfiguration?: AuthenticationConfiguration | null
[src]
§
CrawlDepth?: number | null
[src]
§
MaxContentSizePerPageInMegaBytes?: number | null
[src]
§
MaxLinksPerPage?: number | null
[src]
§
MaxUrlsPerMinuteCrawlRate?: number | null
[src]
§
ProxyConfiguration?: ProxyConfiguration | null
[src]
§
UrlExclusionPatterns?: string[] | null
[src]
§
UrlInclusionPatterns?: string[] | null
[src]