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')[source]¶
基类:
airflow.providers.common.compat.notifier.BaseNotifier
Chime 通知器,用于通过回调向 chime 聊天室发送消息。
- 参数:
chime_conn_id (str) – 要使用的 Chime 连接,其端点为 “https://hooks.chime.aws”,且 webhook token 的形式为
`{webhook.id}?token{webhook.token}`
message (str) – 要发送到与该 webhook 关联的 Chime 聊天室的消息。