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 BedrockKnowledgeStoreConfiguration
Contains details about the configuration of a Amazon Bedrock knowledge base.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BedrockKnowledgeBaseArn" :String, "BKBExactResponseFields" :BKBExactResponseFields, "ExactResponse" :Boolean}
YAML
BedrockKnowledgeBaseArn:StringBKBExactResponseFields:BKBExactResponseFieldsExactResponse:Boolean
Properties
BedrockKnowledgeBaseArn- 
                    
The base ARN of the knowledge base used.
Required: No
Type: String
Minimum:
1Maximum:
5000Update requires: No interruption
 BKBExactResponseFieldsProperty description not available.
Required: No
Type: BKBExactResponseFields
Update requires: No interruption
ExactResponse- 
                    
Specifies whether to return an exact response, or to return an answer generated by the model, using the fields you specify from the database.
Required: No
Type: Boolean
Update requires: No interruption