Class: Aws::Kendra::Types::SiteMapsConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kendra/types.rb

Overview

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.*

[1]: aws.amazon.com/aup/

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#site_mapsArray<String>

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

The list can include a maximum of three sitemap URLs.

Returns:

  • (Array<String>)


9622
9623
9624
9625
9626
# File 'lib/aws-sdk-kendra/types.rb', line 9622

class SiteMapsConfiguration < Struct.new(
  :site_maps)
  SENSITIVE = []
  include Aws::Structure
end