Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
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.