Class: Aws::Kendra::Types::SiteMapsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::SiteMapsConfiguration
- 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
-
#site_maps ⇒ Array<String>
The list of sitemap URLs of the websites you want to crawl.
Instance Attribute Details
#site_maps ⇒ Array<String>
The list of sitemap URLs of the websites you want to crawl.
The list can include a maximum of three sitemap URLs.
9676 9677 9678 9679 9680 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 9676 class SiteMapsConfiguration < Struct.new( :site_maps) SENSITIVE = [] include Aws::Structure end |