airflow.providers.amazon.aws.notifications.chime
¶
Module Contents¶
Classes¶
Chime notifier to send messages to a chime room via callbacks. |
Attributes¶
- class airflow.providers.amazon.aws.notifications.chime.ChimeNotifier(*, chime_conn_id, message='This is the default chime notifier message')[source]¶
Bases:
airflow.notifications.basenotifier.BaseNotifier
Chime notifier to send messages to a chime room via callbacks.
- Param
chime_conn_id: The chime connection to use with Endpoint as “https://hooks.chime.aws” and the webhook token in the form of
`{webhook.id}?token{webhook.token}`
- Param
message: The message to send to the chime room associated with the webhook.