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
gefragt vor einem Monat88 Aufrufe
1 Antwort
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
beantwortet vor einem Monat

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen