| 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.ExperienceEndpoint
Description
Synopsis
Documentation
data ExperienceEndpoint Source #
Provides the configuration information for the endpoint for your Amazon Kendra experience.
See: newExperienceEndpoint smart constructor.
Constructors
| ExperienceEndpoint' | |
Fields
| |
Instances
newExperienceEndpoint :: ExperienceEndpoint Source #
Create a value of ExperienceEndpoint 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:endpoint:ExperienceEndpoint', experienceEndpoint_endpoint - The endpoint of your Amazon Kendra experience.
$sel:endpointType:ExperienceEndpoint', experienceEndpoint_endpointType - The type of endpoint for your Amazon Kendra experience. The type
currently available is HOME, which is a unique and fully hosted URL to
the home page of your Amazon Kendra experience.
experienceEndpoint_endpoint :: Lens' ExperienceEndpoint (Maybe Text) Source #
The endpoint of your Amazon Kendra experience.
experienceEndpoint_endpointType :: Lens' ExperienceEndpoint (Maybe EndpointType) Source #
The type of endpoint for your Amazon Kendra experience. The type
currently available is HOME, which is a unique and fully hosted URL to
the home page of your Amazon Kendra experience.