本文介绍如何在事件总线EventBridge控制台添加时间触发类型的自定义事件源。
前提条件
操作步骤
事件示例
{
"datacontenttype": "application/json;charset=utf-8",
"aliyunaccountid": "143998900779****",
"aliyunpublishtime": "2022-09-21T05:00:00.035Z",
"data": {
"TimeZone": "GMT+8:00",
"Schedule": "0 */10 * * * *"
},
"specversion": "1.0",
"aliyuneventbusname": "Housekeeping-Bus",
"id": "d100262d-90c7-4caf-a3b5-813f3526a1f7-****",
"source": "housekeeping.scheduledevent",
"time": "2022-09-21T05:00:00Z",
"aliyunregionid": "cn-beijing",
"type": "eventbridge:Events:ScheduledEvent"
}
CloudEvents规范中定义的参数解释,请参见事件概述。
data字段包含的参数解释如下表所示。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
TimeZone | String | GMT+8:00 | 时区。 |
Schedule | String | 0 */10 * * * * | 触发周期为自定义Corn时的Corn表达式。 |