cfn-guardian 0.9.1 → 0.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a65a464349b215f7424982fa4ec46e31dbd668217352298542766000cb946ba
4
- data.tar.gz: 5780c0f6703e0491a503618e4f7f816243e5e7c1fa56a30f7f0a3df35862f17e
3
+ metadata.gz: cee40f497dbc0a21900bc4c3ae1ddd6200a4b28cd030991b6b573ace4f044b0b
4
+ data.tar.gz: 947d9ececf862afee6fc2bb36cb09b9713950815305e98b162b24315da5f5097
5
5
  SHA512:
6
- metadata.gz: 3bfae1546295101295c43b592273ab10f02c2efae1964d00f4fb8335b1c1983435b62a4cc2dc1dc7747c55d7f87453a0b6970305e954d434cd7e41f9918906f6
7
- data.tar.gz: 05c597a1cd2808963c1c1028b7eec175f59e5df1d8fcfe393d1e7b51e00ce551398461a36a64dd5701f3dcca109af7ed953c4ef6ae9910635a01d933b9562d5b
6
+ metadata.gz: 7bf6e4c76646d28995558d81d5c37b6d08c9259fceda8a4143e33be785df0dbc70535096a4cd3e7a607806b2cffd13c653fc958fca20cae395c70ed34a71a5ec
7
+ data.tar.gz: 4bbe13a6fb4b1156543f022fba2bd22de240d0e89eed02a91b0582346f430c26cd56cac161c664bd614902be29d21474b78d325b463b45da90e9112496a8a478
@@ -24,6 +24,7 @@ module CfnGuardian::Resource
24
24
  alarm.statistic = 'Average'
25
25
  alarm.threshold = 1000
26
26
  alarm.evaluation_periods = 2
27
+ alarm.enabled = false
27
28
  @alarms.push(alarm)
28
29
  end
29
30
 
@@ -17,10 +17,8 @@ module CfnGuardian
17
17
  alarm.metric_name = 'BurstCreditBalance'
18
18
  alarm.comparison_operator = 'LessThanThreshold'
19
19
  alarm.statistic = 'Minimum'
20
- alarm.threshold = 1000000000000
21
- alarm.evaluation_periods = 5
22
- alarm.treat_missing_data = 'notBreaching'
23
- alarm.datapoints_to_alarm = 5
20
+ alarm.threshold = 1000
21
+ alarm.evaluation_periods = 1
24
22
  @alarms.push(alarm)
25
23
 
26
24
  alarm = CfnGuardian::Models::ElasticFileSystemAlarm.new(@resource, 'Total')
@@ -1,4 +1,4 @@
1
1
  module CfnGuardian
2
- VERSION = "0.9.1"
2
+ VERSION = "0.9.2"
3
3
  CHANGE_SET_VERSION = VERSION.gsub('.', '-').freeze
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfn-guardian
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Guslington
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-09-15 00:00:00.000000000 Z
11
+ date: 2022-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor