This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Kendra::DataSource ProxyConfiguration
Provides the configuration information for a web proxy to connect to website hosts.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Credentials" :String, "Host" :String, "Port" :Integer}
YAML
Credentials:StringHost:StringPort:Integer
Properties
Credentials-
The Amazon Resource Name (ARN) of an AWS Secrets Manager secret. You create a secret to store your credentials in AWS Secrets Manager
The credentials are optional. You use a secret if web proxy credentials are required to connect to a website host. Amazon Kendra currently support basic authentication to connect to a web proxy server. The secret stores your credentials.
Required: No
Type: String
Pattern:
arn:[a-z0-9-\.]{1,63}:[a-z0-9-\.]{0,63}:[a-z0-9-\.]{0,63}:[a-z0-9-\.]{0,63}:[^/].{0,1023}Minimum:
1Maximum:
1284Update requires: No interruption
Host-
The name of the website host you want to connect to via a web proxy server.
For example, the host name of https://a.example.com/page1.html is "a.example.com".
Required: Yes
Type: String
Pattern:
([^\s]*)Minimum:
1Maximum:
253Update requires: No interruption
Port-
The port number of the website host you want to connect to via a web proxy server.
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