class Aws::Kendra::Types::ProxyConfiguration

Provides the configuration information for a web proxy to connect to website hosts.

@note When making an API call, you may pass ProxyConfiguration

data as a hash:

    {
      host: "Host", # required
      port: 1, # required
      credentials: "SecretArn",
    }

@!attribute [rw] 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".
@return [String]

@!attribute [rw] 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.
@return [Integer]

@!attribute [rw] credentials

Your secret ARN, which you can create in [AWS Secrets Manager][1]

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.

[1]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ProxyConfiguration AWS API Documentation

Constants

SENSITIVE