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

SiteMapsConfiguration

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

Provides the configuration information of the sitemap URLs to crawl.

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 SiteMapsConfiguration {
SiteMaps: string[];
}

§Properties

§
SiteMaps: string[]
[src]

The list of sitemap URLs of the websites you want to crawl.

The list can include a maximum of three sitemap URLs.