amazonka-kendra-2.0: Amazon KendraFrontendService SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Kendra.Types.SiteMapsConfiguration

Description

 
Synopsis

Documentation

data SiteMapsConfiguration Source #

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 webpages, or webpages that you have authorization to index./

See: newSiteMapsConfiguration smart constructor.

Constructors

SiteMapsConfiguration' 

Fields

  • siteMaps :: [Text]

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

    The list can include a maximum of three sitemap URLs.

Instances

Instances details
FromJSON SiteMapsConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.SiteMapsConfiguration

ToJSON SiteMapsConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.SiteMapsConfiguration

Generic SiteMapsConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.SiteMapsConfiguration

Associated Types

type Rep SiteMapsConfiguration :: Type -> Type #

Read SiteMapsConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.SiteMapsConfiguration

Show SiteMapsConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.SiteMapsConfiguration

NFData SiteMapsConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.SiteMapsConfiguration

Methods

rnf :: SiteMapsConfiguration -> () #

Eq SiteMapsConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.SiteMapsConfiguration

Hashable SiteMapsConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.SiteMapsConfiguration

type Rep SiteMapsConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.SiteMapsConfiguration

type Rep SiteMapsConfiguration = D1 ('MetaData "SiteMapsConfiguration" "Amazonka.Kendra.Types.SiteMapsConfiguration" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "SiteMapsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "siteMaps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newSiteMapsConfiguration :: SiteMapsConfiguration Source #

Create a value of SiteMapsConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:siteMaps:SiteMapsConfiguration', siteMapsConfiguration_siteMaps - The list of sitemap URLs of the websites you want to crawl.

The list can include a maximum of three sitemap URLs.

siteMapsConfiguration_siteMaps :: Lens' SiteMapsConfiguration [Text] Source #

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

The list can include a maximum of three sitemap URLs.