

# NotificationAction
<a name="API_NotificationAction"></a>

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

## Contents
<a name="API_NotificationAction_Contents"></a>

 ** action **   <a name="iotevents-Type-NotificationAction-action"></a>
Specifies an AWS Lambda function to manage alarm notifications. You can create one or use the [AWS Lambda function provided by AWS IoT Events](https://docs.aws.amazon.com/iotevents/latest/developerguide/lambda-support.html).  
Type: [NotificationTargetActions](API_NotificationTargetActions.md) object  
Required: Yes

 ** emailConfigurations **   <a name="iotevents-Type-NotificationAction-emailConfigurations"></a>
Contains the configuration information of email notifications.  
Type: Array of [EmailConfiguration](API_EmailConfiguration.md) objects  
Array Members: Minimum number of 1 item.  
Required: No

 ** smsConfigurations **   <a name="iotevents-Type-NotificationAction-smsConfigurations"></a>
Contains the configuration information of SMS notifications.  
Type: Array of [SMSConfiguration](API_SMSConfiguration.md) objects  
Array Members: Minimum number of 1 item.  
Required: No

## See Also
<a name="API_NotificationAction_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/iotevents-2018-07-27/NotificationAction) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/iotevents-2018-07-27/NotificationAction) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/iotevents-2018-07-27/NotificationAction) 