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

Urls

import type { Urls } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";

Provides the configuration information of the URLs to crawl.

You can only crawl websites that use the secure communication protocol, Hypertext Transfer Protocol Secure (HTTPS). If you receive an error when crawling a website, it could be that the website is blocked from crawling.

When selecting websites to index, you must adhere to the Amazon Acceptable Use Policy and all other Amazon terms. Remember that you must only use Amazon Kendra Web Crawler to index your own webpages, or webpages that you have authorization to index.

interface Urls {
SeedUrlConfiguration?: SeedUrlConfiguration | null;
SiteMapsConfiguration?: SiteMapsConfiguration | null;
}

§Properties

§
SeedUrlConfiguration?: SeedUrlConfiguration | null
[src]

Provides the configuration of the seed or starting point URLs of the websites you want to crawl.

You can choose to crawl only the website host names, or the website host names with subdomains, or the website host names with subdomains and other domains that the webpages link to.

You can list up to 100 seed URLs.

§
SiteMapsConfiguration?: SiteMapsConfiguration | null
[src]

Provides the configuration of the sitemap URLs of the websites you want to crawl.

Only URLs belonging to the same website host names are crawled. You can list up to three sitemap URLs.