| 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.AuthenticationConfiguration
Description
Documentation
data AuthenticationConfiguration Source #
Provides the configuration information to connect to websites that require user authentication.
See: newAuthenticationConfiguration smart constructor.
Constructors
| AuthenticationConfiguration' | |
Fields
| |
Instances
newAuthenticationConfiguration :: AuthenticationConfiguration Source #
Create a value of AuthenticationConfiguration 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:basicAuthentication:AuthenticationConfiguration', authenticationConfiguration_basicAuthentication - The list of configuration information that's required to connect to and
crawl a website host using basic authentication credentials.
The list includes the name and port number of the website host.
authenticationConfiguration_basicAuthentication :: Lens' AuthenticationConfiguration (Maybe [BasicAuthenticationConfiguration]) Source #
The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials.
The list includes the name and port number of the website host.