diff --git a/packages/aws-cdk-lib/aws-bedrock/lib/index.ts b/packages/aws-cdk-lib/aws-bedrock/lib/index.ts index 4249e058d34c5..e62e5adf00624 100644 --- a/packages/aws-cdk-lib/aws-bedrock/lib/index.ts +++ b/packages/aws-cdk-lib/aws-bedrock/lib/index.ts @@ -1,3 +1,6 @@ export * from './foundation-model'; export * from './model-base'; export * from './provisioned-model'; + +// AWS::Bedrock Cloudformation Resources +export * from './bedrock.generated';