AWS::Kendra::DataSource WebCrawlerSiteMapsConfiguration
Provides the configuration information of the sitemap URLs to crawl.
When selecting websites to index, you must adhere to the Amazon Acceptable Use Policy
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "SiteMaps" :
[ String, ... ]
}
YAML
SiteMaps:
- String
Properties
SiteMaps
-
The list of sitemap URLs of the websites you want to crawl.
The list can include a maximum of three sitemap URLs.
Required: Yes
Type: Array of String
Minimum:
0
Maximum:
3
Update requires: No interruption