| 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.ExperienceConfiguration
Description
Synopsis
- data ExperienceConfiguration = ExperienceConfiguration' {}
- newExperienceConfiguration :: ExperienceConfiguration
- experienceConfiguration_contentSourceConfiguration :: Lens' ExperienceConfiguration (Maybe ContentSourceConfiguration)
- experienceConfiguration_userIdentityConfiguration :: Lens' ExperienceConfiguration (Maybe UserIdentityConfiguration)
Documentation
data ExperienceConfiguration Source #
Provides the configuration information for your Amazon Kendra experience. This includes the data source IDs and/or FAQ IDs, and user or group information to grant access to your Amazon Kendra experience.
See: newExperienceConfiguration smart constructor.
Constructors
| ExperienceConfiguration' | |
Fields
| |
Instances
newExperienceConfiguration :: ExperienceConfiguration Source #
Create a value of ExperienceConfiguration 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:contentSourceConfiguration:ExperienceConfiguration', experienceConfiguration_contentSourceConfiguration - The identifiers of your data sources and FAQs. Or, you can specify that
you want to use documents indexed via the BatchPutDocument API. This
is the content you want to use for your Amazon Kendra experience.
$sel:userIdentityConfiguration:ExperienceConfiguration', experienceConfiguration_userIdentityConfiguration - The IAM Identity Center field name that contains the identifiers of your
users, such as their emails.
experienceConfiguration_contentSourceConfiguration :: Lens' ExperienceConfiguration (Maybe ContentSourceConfiguration) Source #
The identifiers of your data sources and FAQs. Or, you can specify that
you want to use documents indexed via the BatchPutDocument API. This
is the content you want to use for your Amazon Kendra experience.
experienceConfiguration_userIdentityConfiguration :: Lens' ExperienceConfiguration (Maybe UserIdentityConfiguration) Source #
The IAM Identity Center field name that contains the identifiers of your users, such as their emails.