- Navigation GuideYou are on a type information page within a Client package. Return to the Client landing page
@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 Required | NotificationTargetActions | 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