I've understood AWS Cloudwatch Scheduled Rules (Amazon EventBridge Rules) which works by defining CRON expression.
The documentation mentions rules that triggers repetitively on a given time. Such as, run a Cloudwatch rule every 15 mins and so on.
What I want is a Rule that runs only ONCE. Any ways to achieve it? For example, run a rule after 1 hour from now, and thereafter it should never run.
Any solution?
PS: I've checked event based rule also but I don't have any event that can trigger rule.