| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTEvents.Types.NotificationTargetActions
Description
Documentation
data NotificationTargetActions Source #
Specifies an AWS Lambda function to manage alarm notifications. You can create one or use the AWS Lambda function provided by AWS IoT Events.
See: newNotificationTargetActions smart constructor.
Constructors
| NotificationTargetActions' | |
Fields | |
Instances
newNotificationTargetActions :: NotificationTargetActions Source #
Create a value of NotificationTargetActions with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:lambdaAction:NotificationTargetActions', notificationTargetActions_lambdaAction - Undocumented member.
notificationTargetActions_lambdaAction :: Lens' NotificationTargetActions (Maybe LambdaAction) Source #
Undocumented member.