(scheduler-targets-alpha): Make the event bus in EventBridgePutEventsEntry optional #30205
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
When creating a
EventBridgePutEvents
target for aSchedule
the event entry has to be of typeEventBridgePutEventsEntry
. The shape of the interface looks like this:For me as an user it would be good to have the
eventBus
as an optional property. So when the eventBus is not defined, the default event bus is used.Use Case
Creating a target without specifying an event bus (just use the default one).
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.141.0
Environment details (OS name and version, etc.)
Mac
The text was updated successfully, but these errors were encountered: