Class: CfnGuardian::Models::AcmAlarm

Inherits:
BaseAlarm
  • Object
show all
Defined in:
lib/cfnguardian/models/alarm.rb

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

Constructor Details

#initialize(resource) ⇒ AcmAlarm

Returns a new instance of AcmAlarm.



70
71
72
73
74
75
# File 'lib/cfnguardian/models/alarm.rb', line 70

def initialize(resource)
  super(resource)
  @group = 'Acm'
  @namespace = 'AWS/CertificateManager'
  @dimensions = { CertificateArn: { "Fn::Sub" => "arn:aws:acm:${AWS::Region}:${AWS::AccountId}:certificate/#{resource['Id']}"}}
end