airflow.providers.amazon.aws.notifications.chime¶
Attributes¶
Classes¶
Chime notifier to send messages to a chime room via callbacks. |
Module Contents¶
- 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.
- Parameters:
chime_conn_id (str) – 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}`
message (str) – The message to send to the chime room associated with the webhook.