AWS::Kendra::DataSource WebCrawlerBasicAuthentication
Provides the configuration information to connect to websites that require basic user authentication.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Credentials" :String, "Host" :String, "Port" :Integer}
YAML
Credentials:StringHost:StringPort:Integer
Properties
Credentials-
Your secret ARN, which you can create in Amazon Secrets Manager
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.
Required: Yes
Type: String
Minimum:
1Maximum:
1284Pattern:
arn:[a-z0-9-\.]{1,63}:[a-z0-9-\.]{0,63}:[a-z0-9-\.]{0,63}:[a-z0-9-\.]{0,63}:[^/].{0,1023}Update requires: No interruption
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".
Required: Yes
Type: String
Minimum:
1Maximum:
253Pattern:
([^\s]*)Update requires: No interruption
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.
Required: Yes
Type: Integer
Minimum:
1Maximum:
65535Update requires: No interruption