Module Values.SiteMapsConfigurationSource

Provides the configuration information for 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 web pages, or web pages that you have authorization to index.

Sourcetype nonrec t = {
  1. siteMaps : SiteMapsList.t;
    (*

    The list of sitemap URLs of the websites you want to crawl. The list can include a maximum of three sitemap URLs.

    *)
}
Sourceval context_ : string
Sourceval make : siteMaps:SiteMapsList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of SiteMap.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t