airflow.providers.amazon.aws.hooks.chime
¶
This module contains a web hook for Chime.
Module Contents¶
Classes¶
Interact with Amazon Chime Webhooks to create notifications. |
- class airflow.providers.amazon.aws.hooks.chime.ChimeWebhookHook(chime_conn_id, *args, **kwargs)[source]¶
Bases:
airflow.providers.http.hooks.http.HttpHook
Interact with Amazon Chime Webhooks to create notifications.
Warning
This hook is only designed to work with web hooks and not chat bots.
- Parameters
chime_conn_id (str) – Amazon Chime Connection ID with Endpoint as https://hooks.chime.aws and the webhook token in the form of
{webhook.id}?token{webhook.token}