bedrock: KnowledgeBaseConfigurationProperty is missing sqlKnowledgeBaseConfiguration property in latest CDK version 2.176.0 #32972
Labels
@aws-cdk/aws-cloudformation
Related to AWS CloudFormation
bug
This issue is a bug.
p2
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the bug
KnowledgeBaseConfigurationProperty is missing the
sqlKnowledgeBaseConfiguration
property which is currently supported by CloudFormation AWS::Bedrock::KnowledgeBase KnowledgeBaseConfigurationRegression Issue
Last Known Working CDK Version
No response
Expected Behavior
sqlKnowledgeBaseConfiguration
should not be missing in L1 construct.Current Behavior
CDK gives the following error:
Object literal may only specify known properties, and 'sqlKnowledgeBaseConfiguration' does not exist in type 'IResolvable | KnowledgeBaseConfigurationProperty'.
Reproduction Steps
Here's a sample code to replicate the error:
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.176.0
Framework Version
No response
Node.js Version
v18.20.5
OS
Linux
Language
TypeScript
Language Version
5.3.3
Other information
No response
The text was updated successfully, but these errors were encountered: