@aws-sdk/client-iot-events

NotificationAction Interface

Contains the notification settings of an alarm model. The settings apply to all alarms that were created based on this alarm model.

Members

Name
Type
Details
action RequiredNotificationTargetActions | undefined

Specifies an AWS Lambda function to manage alarm notifications. You can create one or use the AWS Lambda function provided by AWS IoT Events .

emailConfigurations EmailConfiguration[] | undefined

Contains the configuration information of email notifications.

smsConfigurations SMSConfiguration[] | undefined

Contains the configuration information of SMS notifications.

Full Signature

export interface NotificationAction