| 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.ApplicationAutoScaling.Types.Alarm
Description
Documentation
Represents a CloudWatch alarm associated with a scaling policy.
See: newAlarm smart constructor.
Constructors
| Alarm' | |
Instances
| FromJSON Alarm Source # | |
| Generic Alarm Source # | |
| Read Alarm Source # | |
| Show Alarm Source # | |
| NFData Alarm Source # | |
Defined in Amazonka.ApplicationAutoScaling.Types.Alarm | |
| Eq Alarm Source # | |
| Hashable Alarm Source # | |
Defined in Amazonka.ApplicationAutoScaling.Types.Alarm | |
| type Rep Alarm Source # | |
Defined in Amazonka.ApplicationAutoScaling.Types.Alarm type Rep Alarm = D1 ('MetaData "Alarm" "Amazonka.ApplicationAutoScaling.Types.Alarm" "amazonka-application-autoscaling-2.0-47S5RXZpuYuHCojBdpy5IU" 'False) (C1 ('MetaCons "Alarm'" 'PrefixI 'True) (S1 ('MetaSel ('Just "alarmName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "alarmARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) | |
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:alarmName:Alarm', alarm_alarmName - The name of the alarm.
$sel:alarmARN:Alarm', alarm_alarmARN - The Amazon Resource Name (ARN) of the alarm.