Class: Aws::Kendra::Types::AuthenticationConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#basic_authenticationArray<Types::BasicAuthenticationConfiguration>

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.



610
611
612
613
614
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 610

class AuthenticationConfiguration < Struct.new(
  :basic_authentication)
  SENSITIVE = []
  include Aws::Structure
end