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 AlarmNotification Source #
Contains information about one or more notification actions.
See: newAlarmNotification
smart constructor.
AlarmNotification' | |
|
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.