我正在尝试设置Cloudwatch计划的事件,但我的cron表达式似乎无效,我不知道为什么。 documentation中的示例表达式 cron(15 12 * * ? *) - Run at 12:15 pm (UTC) every day 另一个例子: cron(0 18 ? * MON-FRI *) - Run at 6:00 pm (UTC) every Monday through Friday 现在,我希望它运行在每天18 PM UTC,所以这似乎是我想要的。 cron(0 18 * * ? *) 但我得到了 Parameter ScheduleExpression is not