AWS API to retrive next "trigger date" / "trigger time" for Schedules in EventBridge

0

Dear Community,

via boto3 and https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/scheduler/client/get_schedule.html I can retrieve the "ScheduleExpression", but what I need is the actual caclculated next trigger date, like it is shown in AWS Console:

Enter image description here

As the AWS cron expression is specific to the AWS I do not want to make my "own" implementation. Furthermore it is not proofed for future changes ...

How can I achieve that? Is there any separate API or boto3 support?

Thanks for any support!

Mak
asked 10 days ago43 views
1 Answer
0

Hello,

Unfortunately, there is no dedicated API/CLI call which can fetch the next "trigger date" / "trigger time" for the Schedules in Amazon EventBridge as it is a console specific feature.

These details are shown on the console on the go, and is part of the frontend for Amazon EventBridge and it does not make any API calls in the backend.

I hope you will find the above information useful. Let me know if you have any further queries.

Thank you for your interest in re:Post community.

Best Regards, Neel.

AWS
Neel_B
answered 9 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions