-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Open
Labels
@aws-cdk/aws-scheduler-targetsRelated to targets of the AWS Scheduler serviceRelated to targets of the AWS Scheduler serviceeffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
Description
Describe the feature
When creating a EventBridgePutEvents target for a Schedule the event entry has to be of type EventBridgePutEventsEntry. The shape of the interface looks like this:
export interface EventBridgePutEventsEntry {
readonly detail: ScheduleTargetInput;
readonly detailType: string;
readonly eventBus: events.IEventBus;
readonly source: string;
}
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
- I may be able to implement this feature request
- This feature might incur a breaking change
CDK version used
2.141.0
Environment details (OS name and version, etc.)
Mac
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-scheduler-targetsRelated to targets of the AWS Scheduler serviceRelated to targets of the AWS Scheduler serviceeffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2