Class: CfnGuardian::Models::SslAlarm
- Defined in:
- lib/cfnguardian/models/alarm.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from BaseAlarm
#actions_enabled, #additional_notifiers, #alarm_action, #comparison_operator, #datapoints_to_alarm, #dimensions, #enabled, #evaluate_low_sample_count_percentile, #evaluation_periods, #extended_statistic, #group, #maintenance_groups, #metric_name, #name, #namespace, #period, #resource_hash, #resource_id, #resource_name, #statistic, #tags, #threshold, #treat_missing_data, #type, #unit
Instance Method Summary collapse
-
#initialize(resource) ⇒ SslAlarm
constructor
A new instance of SslAlarm.
Constructor Details
#initialize(resource) ⇒ SslAlarm
Returns a new instance of SslAlarm.
371 372 373 374 375 376 377 |
# File 'lib/cfnguardian/models/alarm.rb', line 371 def initialize(resource) super(resource) @group = 'Ssl' @namespace = 'SSL' @dimensions = { URL: resource['Id'] } @comparison_operator = 'LessThanThreshold' end |