| 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.AlarmNotification
Description
Documentation
data AlarmNotification Source #
Contains information about one or more notification actions.
See: newAlarmNotification smart constructor.
Constructors
| AlarmNotification' | |
Fields
| |
Instances
newAlarmNotification :: AlarmNotification Source #
Create a value of AlarmNotification 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:notificationActions:AlarmNotification', alarmNotification_notificationActions - Contains the notification settings of an alarm model. The settings apply
to all alarms that were created based on this alarm model.
alarmNotification_notificationActions :: Lens' AlarmNotification (Maybe (NonEmpty NotificationAction)) Source #
Contains the notification settings of an alarm model. The settings apply to all alarms that were created based on this alarm model.