Class: Aws::Kendra::Types::AuthenticationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::AuthenticationConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#basic_authentication ⇒ Array<Types::BasicAuthenticationConfiguration>
The list of configuration information that’s required to connect to and crawl a website host using basic authentication credentials.
Instance Attribute Details
#basic_authentication ⇒ Array<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 'lib/aws-sdk-kendra/types.rb', line 610 class AuthenticationConfiguration < Struct.new( :basic_authentication) SENSITIVE = [] include Aws::Structure end |