AWS::Kendra::DataSource WebCrawlerAuthenticationConfiguration
Provides the configuration information to connect to websites that require user authentication.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BasicAuthentication" :
[ WebCrawlerBasicAuthentication, ... ]
}
Properties
BasicAuthentication
-
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.
Required: No
Type: Array of WebCrawlerBasicAuthentication
Maximum:
10
Update requires: No interruption