aws-msk-alpha: Add Support for MSK Serverless #28709
Labels
@aws-cdk/aws-msk
Related to Amazon Managed Streaming for Apache Kafka (Amazon MSK)
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Add support for MSK Serverless in alpha module. I'm aware that the CfnServerlessCluster construct exists in aws-cdk-lib/aws-msk. But the alpha module allows easier access to connection strings via
new CfnOutput(this, 'BootstrapBrokerStringSaslIam', { value: cluster.bootstrapBrokersSaslIam });
which would be great to have for Serverless as well without building a workaround with CR.Use Case
Easy access to connection strings.
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.121.1
Environment details (OS name and version, etc.)
macOS
The text was updated successfully, but these errors were encountered: