AWS::Kendra::DataSource WebCrawlerSiteMapsConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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 and all other Amazon terms. Remember that you must only use the Amazon Kendra web crawler to index your own webpages, or webpages that you have authorization to index.

Syntax

To declare this entity in your 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