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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendra/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.

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>)


9042
9043
9044
9045
9046
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 9042

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