bedrock: L1 construct for KnowledgeBase is missing the StorageConfiguration
parameter in python
#30116
Labels
@aws-cdk/aws-s3
Related to Amazon S3
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
Describe the bug
Required parameter
StorageConfiguration
for CfnKnowledgeBase appears to have been added to CDK with 2.140.0 (closing #29966 with PR #30037). The python bindings, however, appear to have not been updated, as the parameter is not recognized in theCfnKnowledgeBase
L1 construct for Python, defined as below:Expected Behavior
The constructor should include the parameter and should create the knowledge base.
Current Behavior
The constructor does not include the parameter. Trying
cdk deploy
without the parameter results in the following error:Reproduction Steps
The stack is as follows:
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.140.0 (build 46168aa)
Framework Version
No response
Node.js Version
v22.1.0
OS
macOS 14.4.1
Language
Python
Language Version
Python 3.12.3
Other information
No response
The text was updated successfully, but these errors were encountered: