airflow.providers.amazon.aws.hooks.chime
¶
This module contains a web hook for Chime.
Module Contents¶
Classes¶
Interact with Chime Web Hooks 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 Chime Web Hooks to create notifications.
Warning
This hook is only designed to work with web hooks and not chat bots.
- Parameters
chime_conn_id (str) – Chime connection ID with Endpoint as “https://hooks.chime.aws” and the webhook token in the form of
`{webhook.id}?token{webhook.token}`