Skip to content

Commit

Permalink
Set latency to disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchclarkebase2 committed Nov 5, 2022
1 parent 4eef636 commit 5b33b25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cfnguardian/resources/apigateway.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def default_alarms
alarm.statistic = 'Average'
alarm.threshold = 1000
alarm.evaluation_periods = 2
alarm.enabled = false
@alarms.push(alarm)
end

Expand Down

0 comments on commit 5b33b25

Please sign in to comment.