-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(events): Add ScheduleGroup #31249
Comments
We actually have Group and GroupProps. Is this what you are looking for? |
Thank you @pahud. It looks exactly like that what I was looking for (I totally forgot about that alpha module 🙈 )! Should we close this issue then? Do you know the strategy for this module (including the missing pieces to get it out of alpha) vs the existing events module? Because Schedule would be part of both modules (events and aws-scheduler-alpha). |
I just figured out that these are two different products (https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-create-rule-schedule.html vs https://docs.aws.amazon.com/eventbridge/latest/userguide/using-eventbridge-scheduler.html#using-eventbridge-scheduler-create) closing this |
Comments on closed issues and PRs are hard for our team to see. |
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
CDK version used
2.150.0
Environment details (OS name and version, etc.)
windows 11, 23H2
The text was updated successfully, but these errors were encountered: