Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.aws.notify.AWSLambda Class Reference
Inheritance diagram for homeassistant.components.aws.notify.AWSLambda:
[legend]
Collaboration diagram for homeassistant.components.aws.notify.AWSLambda:
[legend]

Public Member Functions

def __init__ (self, session, aws_config, context)
 
None async_send_message (self, str message="", **Any kwargs)
 
- Public Member Functions inherited from homeassistant.components.aws.notify.AWSNotify
def __init__ (self, session, aws_config)
 

Public Attributes

 context
 
- Public Attributes inherited from homeassistant.components.aws.notify.AWSNotify
 aws_config
 
 session
 

Static Public Attributes

string service = "lambda"
 

Detailed Description

Implement the notification service for the AWS Lambda service.

Definition at line 134 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.aws.notify.AWSLambda.__init__ (   self,
  session,
  aws_config,
  context 
)
Initialize the service.

Definition at line 139 of file notify.py.

Member Function Documentation

◆ async_send_message()

None homeassistant.components.aws.notify.AWSLambda.async_send_message (   self,
str   message = "",
**Any  kwargs 
)
Send notification to specified LAMBDA ARN.

Definition at line 144 of file notify.py.

Member Data Documentation

◆ context

homeassistant.components.aws.notify.AWSLambda.context

Definition at line 142 of file notify.py.

◆ service

string homeassistant.components.aws.notify.AWSLambda.service = "lambda"
static

Definition at line 137 of file notify.py.


The documentation for this class was generated from the following file: