There was an error while loading. Please reload this page.
1 parent fa714c9 commit af780b6Copy full SHA for af780b6
1 file changed
lib/cfnguardian/resources/dms_cluster.rb
@@ -25,6 +25,7 @@ def default_alarms
25
alarm.statistic = 'Minimum'
26
alarm.threshold = 10000000000
27
alarm.evaluation_periods = 1
28
+ alarm.comparison_operator = 'LessThanThreshold'
29
@alarms.push(alarm)
30
31
alarm = CfnGuardian::Models::DMSClusterAlarm.new(@resource)
@@ -34,6 +35,7 @@ def default_alarms
34
35
alarm.threshold = 20000000000
36
37
alarm.alarm_action = 'Warning'
38
39
40
end
41
0 commit comments