blob: 0b98f4f0812a609537f339fa3d599dca78cd58e1 [file] [log] [blame]
:mod:`airflow.contrib.hooks.aws_sns_hook`
=========================================
.. py:module:: airflow.contrib.hooks.aws_sns_hook
Module Contents
---------------
.. py:class:: AwsSnsHook(*args, **kwargs)
Bases: :class:`airflow.contrib.hooks.aws_hook.AwsHook`
Interact with Amazon Simple Notification Service.
.. method:: get_conn(self)
Get an SNS connection
.. method:: publish_to_target(self, target_arn, message)
Publish a message to a topic or an endpoint.
:param target_arn: either a TopicArn or an EndpointArn
:type target_arn: str
:param message: the default message you want to send
:param message: str