Depends on which cloud platform you're on, but every one of them I've worked with have multiple scheduling mechanisms. There's nothing magical about SQL Agent. It's just running T-SQL commands. In AWS, Lambda + RDS or Aurora. In Azure, Azure Logic Apps or Azure Automation. In Google, Cloud Scheduler + Cloud Functions. Those are just the most commonly implemented. There are others built in there.