| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Kendra.Types.ContentSourceConfiguration
Description
Synopsis
- data ContentSourceConfiguration = ContentSourceConfiguration' {}
- newContentSourceConfiguration :: ContentSourceConfiguration
- contentSourceConfiguration_dataSourceIds :: Lens' ContentSourceConfiguration (Maybe (NonEmpty Text))
- contentSourceConfiguration_directPutContent :: Lens' ContentSourceConfiguration (Maybe Bool)
- contentSourceConfiguration_faqIds :: Lens' ContentSourceConfiguration (Maybe (NonEmpty Text))
Documentation
data ContentSourceConfiguration Source #
Provides the configuration information for your content sources, such as data sources, FAQs, and content indexed directly via BatchPutDocument.
See: newContentSourceConfiguration smart constructor.
Constructors
| ContentSourceConfiguration' | |
Fields
| |
Instances
newContentSourceConfiguration :: ContentSourceConfiguration Source #
Create a value of ContentSourceConfiguration 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:dataSourceIds:ContentSourceConfiguration', contentSourceConfiguration_dataSourceIds - The identifier of the data sources you want to use for your Amazon
Kendra experience.
$sel:directPutContent:ContentSourceConfiguration', contentSourceConfiguration_directPutContent - TRUE to use documents you indexed directly using the
BatchPutDocument API.
$sel:faqIds:ContentSourceConfiguration', contentSourceConfiguration_faqIds - The identifier of the FAQs that you want to use for your Amazon Kendra
experience.
contentSourceConfiguration_dataSourceIds :: Lens' ContentSourceConfiguration (Maybe (NonEmpty Text)) Source #
The identifier of the data sources you want to use for your Amazon Kendra experience.
contentSourceConfiguration_directPutContent :: Lens' ContentSourceConfiguration (Maybe Bool) Source #
TRUE to use documents you indexed directly using the
BatchPutDocument API.
contentSourceConfiguration_faqIds :: Lens' ContentSourceConfiguration (Maybe (NonEmpty Text)) Source #
The identifier of the FAQs that you want to use for your Amazon Kendra experience.