class Aws::Kendra::Types::BasicAuthenticationConfiguration

Provides the configuration information to connect to websites that require basic user authentication.

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

data as a hash:

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

@!attribute [rw] host

The name of the website host you want to connect to using
authentication credentials.

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 using
authentication credentials.

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]

You use a secret if basic authentication credentials are required to
connect to a website. The secret stores your credentials of user
name and password.

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

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

Constants

SENSITIVE