You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="The name for the alarm's associated metric. Possible values you can find in https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ec2-metricscollected.html ."
180
+
description="The name for the alarm's associated metric. Allowed values can be found in https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ec2-metricscollected.html"
description="The namespace for the alarm's associated metric. Possible values you can find in https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/aws-namespaces.html ."
190
+
description="The namespace for the alarm's associated metric. Allowed values can be found in https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/aws-namespaces.html"
186
191
default="AWS/EC2"
187
192
}
188
193
189
194
variable"applying_period" {
190
-
description="The period in seconds over which the specified statistic is applied."
195
+
description="The period in seconds over which the specified statistic is applied"
191
196
default="60"
192
197
}
193
198
194
199
variable"statistic_level" {
195
-
description="The statistic to apply to the alarm's associated metric. Possible values are: SampleCount, Average, Sum, Minimum, Maximum"
200
+
description="The statistic to apply to the alarm's associated metric. Allowed values are: SampleCount, Average, Sum, Minimum, Maximum"
196
201
default="Maximum"
197
202
}
198
203
199
204
variable"metric_threshold" {
200
-
description="The value against which the specified statistic is compared."
205
+
description="The value against which the specified statistic is compared"
0 commit comments