Closed
Description
Describe the feature
Currently there seems to be no way to create an EventBridge ScheduleGroup using cdk or associate a Schedule with a ScheduleGroup.
Use Case
I would like to group my Scheduled Rules into Groups (in order to tag them).
Proposed Solution
Cloudformation allows creating Scheduled Rules and associating Scheduled Rules with the property "GroupName".
Once a ScheduleGroup is created, it can be implemented in the Schedule construct.
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
CDK version used
2.150.0
Environment details (OS name and version, etc.)
windows 11, 23H2
Activity