i need to add dynamically schedule expression rule to AWS EventBridge when the default event bus is full i create new event bus and start adding new rules to newly created event bus everything's works perfectly the problem is that the custom event bus don't accept schedule expression rule:
An error occurred (ValidationException) when calling the PutRule operation: ScheduleExpression is supported only on the default event bus.
how can i overcome the situation please help, thanks in advance.