AWS::Bedrock::KnowledgeBase SqlKnowledgeBaseConfiguration
Contains configurations for a knowledge base connected to an SQL database. Specify the SQL database type in the type
field and include the corresponding field. For more information, see Build a knowledge base by connecting to a structured data source in the Amazon Bedrock User Guide.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "RedshiftConfiguration" :
RedshiftConfiguration
, "Type" :String
}
YAML
RedshiftConfiguration:
RedshiftConfiguration
Type:String
Properties
RedshiftConfiguration
-
Specifies configurations for a knowledge base connected to an Amazon Redshift database.
Required: No
Type: RedshiftConfiguration
Update requires: No interruption
Type
-
The type of SQL database to connect to the knowledge base.
Required: Yes
Type: String
Allowed values:
REDSHIFT
Update requires: Replacement