This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Lex::Bot KendraConfiguration
Provides configuration information for the AMAZON.KendraSearchIntent
         intent. When you use this intent, Amazon Lex searches the specified Amazon Kendra
         index and returns documents from the index that match the user's
         utterance.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "KendraIndex" :String, "QueryFilterString" :String, "QueryFilterStringEnabled" :Boolean}
YAML
KendraIndex:StringQueryFilterString:StringQueryFilterStringEnabled:Boolean
Properties
KendraIndex- 
                    
The Amazon Resource Name (ARN) of the Amazon Kendra index that you want the
AMAZON.KendraSearchIntentintent to search. The index must be in the same account and Region as the Amazon Lex bot.Required: Yes
Type: String
Pattern:
^arn:aws[a-zA-Z-]*:kendra:[a-z]+-(?:[a-z]+-)*[0-9]:[0-9]{12}:index/[a-zA-Z0-9][a-zA-Z0-9_-]*$Minimum:
32Maximum:
2048Update requires: No interruption
 QueryFilterString- 
                    
A query filter that Amazon Lex sends to Amazon Kendra to filter the response from a query. The filter is in the format defined by Amazon Kendra. For more information, see Filtering queries.
Required: No
Type: String
Minimum:
1Maximum:
5000Update requires: No interruption
 QueryFilterStringEnabled- 
                    
Determines whether the
AMAZON.KendraSearchIntentintent uses a custom query string to query the Amazon Kendra index.Required: No
Type: Boolean
Update requires: No interruption