pipes: support Customer Managed Key for EventBridge pipes #31453
Labels
@aws-cdk/aws-events
Related to CloudWatch Events
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Amazon EventBridge Pipes now supports customer managed KMS keys.
But L2 Construct (alpha module) does not support it.
Ref: https://aws.amazon.com/about-aws/whats-new/2024/09/amazon-eventbridge-pipes-customer-managed-keys/
Use Case
When you want to use Customer Managed key to encrypt data.
Proposed Solution
Add
kmsKey
property toPipe
class.Other Information
CloudFormation already support it, but L1 Construct does not yet.
I plan to implement L2 Construct after L1 Construct support it.
Acknowledgements
CDK version used
all
Environment details (OS name and version, etc.)
all
The text was updated successfully, but these errors were encountered: