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
Information about an alarm.
See: newAlarm
smart constructor.
Instances
Eq Alarm Source # | |
Read Alarm Source # | |
Show Alarm Source # | |
Generic Alarm Source # | |
NFData Alarm Source # | |
Defined in Amazonka.CodeDeploy.Types.Alarm | |
Hashable Alarm Source # | |
Defined in Amazonka.CodeDeploy.Types.Alarm | |
ToJSON Alarm Source # | |
Defined in Amazonka.CodeDeploy.Types.Alarm | |
FromJSON Alarm Source # | |
type Rep Alarm Source # | |
Defined in Amazonka.CodeDeploy.Types.Alarm |
Create a value of Alarm
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:name:Alarm'
, alarm_name
- The name of the alarm. Maximum length is 255 characters. Each alarm name
can be used only once in a list of alarms.