class Aws::Kendra::Types::AuthenticationConfiguration

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

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

data as a hash:

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

@!attribute [rw] basic_authentication

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.
@return [Array<Types::BasicAuthenticationConfiguration>]

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

Constants

SENSITIVE