airflow.providers.amazon.aws.notifications.chime
¶
模块内容¶
类¶
Chime 通知器,用于通过回调向 Chime 聊天室发送消息。 |
属性¶
- class airflow.providers.amazon.aws.notifications.chime.ChimeNotifier(*, chime_conn_id, message='This is the default chime notifier message')[源代码]¶
基类:
airflow.notifications.basenotifier.BaseNotifier
Chime 通知器,用于通过回调向 Chime 聊天室发送消息。
- 参数
chime_conn_id (str) – 要使用的 Chime 连接,Endpoint 为“https://hooks.chime.aws”,webhook 令牌格式为
`{webhook.id}?token{webhook.token}`
message (str) – 要发送到与 webhook 关联的 Chime 聊天室的消息。