(aws-scheduler-alpha): Supporting Encryption Keys in Schedule #27543
Labels
@aws-cdk/aws-scheduler
Related to the AWS Scheduler service
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
As per RFC L2 Schedule construct should encrypting data passed to targets with AWS KMS keys: https://github.com/aws/aws-cdk-rfcs/blob/main/text/0474-event-bridge-scheduler-l2.md#specifying-encryption-key
Use Case
By default, all events in Scheduler are encrypted with a key that AWS owns and manages. If customer wishes they can also provide a customer managed key to encrypt and decrypt the payload that your schedule delivers to its target. Target construct classes should automatically add AWS KMS Decrypt permission to customer's schedule's execution role permissions policy.
See RFC - https://github.com/aws/aws-cdk-rfcs/blob/main/text/0474-event-bridge-scheduler-l2.md#specifying-encryption-key
Proposed Solution
readonly key?: kms.IKey;
toScheduleProps
andISchedule
.CfnSchedule
Other Information
No response
Acknowledgements
CDK version used
2.99.1
Environment details (OS name and version, etc.)
MacOS
The text was updated successfully, but these errors were encountered: