AlarmState¶
-
class
aws_cdk.aws_cloudwatch.
AlarmState
(value)¶ Bases:
enum.Enum
Enumeration indicates state of Alarm used in building Alarm Rule.
Attributes
-
ALARM
¶ State indicates resource is in ALARM.
-
INSUFFICIENT_DATA
¶ State indicates there is not enough data to determine is resource is in ALARM.
-
OK
¶ State indicates resource is not in ALARM.
-