DataSourceProxyConfiguration

data class DataSourceProxyConfiguration(val credentials: String? = null, val host: String, val port: Int)

Constructors

Link copied to clipboard
constructor(credentials: String? = null, host: String, port: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val credentials: String? = null

The Amazon Resource Name (ARN) of an AWS Secrets Manager secret. You create a secret to store your credentials in AWS 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.

Link copied to clipboard

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".

Link copied to clipboard
val port: Int

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.