| 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.ProxyConfiguration
Description
Synopsis
Documentation
data ProxyConfiguration Source #
Provides the configuration information for a web proxy to connect to website hosts.
See: newProxyConfiguration smart constructor.
Constructors
| ProxyConfiguration' | |
Fields
| |
Instances
newProxyConfiguration Source #
Arguments
| :: Text | |
| -> Natural | |
| -> ProxyConfiguration |
Create a value of ProxyConfiguration 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:credentials:ProxyConfiguration', proxyConfiguration_credentials - Your secret ARN, which you can create in
Secrets Manager
The credentials are optional. You use a secret if web proxy credentials are required to connect to a website host. Amazon Kendra currently support basic authentication to connect to a web proxy server. The secret stores your credentials.
$sel:host:ProxyConfiguration', proxyConfiguration_host - The name of the website host you want to connect to via a web proxy
server.
For example, the host name of https://a.example.com/page1.html is "a.example.com".
$sel:port:ProxyConfiguration', proxyConfiguration_port - The port number of the website host you want to connect to via a web
proxy server.
For example, the port for https://a.example.com/page1.html is 443, the standard port for HTTPS.
proxyConfiguration_credentials :: Lens' ProxyConfiguration (Maybe Text) Source #
Your secret ARN, which you can create in Secrets Manager
The credentials are optional. You use a secret if web proxy credentials are required to connect to a website host. Amazon Kendra currently support basic authentication to connect to a web proxy server. The secret stores your credentials.
proxyConfiguration_host :: Lens' ProxyConfiguration Text Source #
The name of the website host you want to connect to via a web proxy server.
For example, the host name of https://a.example.com/page1.html is "a.example.com".
proxyConfiguration_port :: Lens' ProxyConfiguration Natural Source #
The port number of the website host you want to connect to via a web proxy server.
For example, the port for https://a.example.com/page1.html is 443, the standard port for HTTPS.