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 |
Synopsis
Documentation
data AcknowledgeFlow Source #
Specifies whether to get notified for alarm state changes.
See: newAcknowledgeFlow
smart constructor.
AcknowledgeFlow' | |
|
Instances
Create a value of AcknowledgeFlow
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:enabled:AcknowledgeFlow'
, acknowledgeFlow_enabled
- The value must be TRUE
or FALSE
. If TRUE
, you receive a
notification when the alarm state changes. You must choose to
acknowledge the notification before the alarm state can return to
NORMAL
. If FALSE
, you won't receive notifications. The alarm
automatically changes to the NORMAL
state when the input property
value returns to the specified range.
acknowledgeFlow_enabled :: Lens' AcknowledgeFlow Bool Source #
The value must be TRUE
or FALSE
. If TRUE
, you receive a
notification when the alarm state changes. You must choose to
acknowledge the notification before the alarm state can return to
NORMAL
. If FALSE
, you won't receive notifications. The alarm
automatically changes to the NORMAL
state when the input property
value returns to the specified range.