class CfnGuardian::Models::SslAlarm

Public Class Methods

new(resource) click to toggle source
Calls superclass method CfnGuardian::Models::BaseAlarm::new
# File lib/cfnguardian/models/alarm.rb, line 310
def initialize(resource)
  super(resource)
  @group = 'Ssl'
  @namespace = 'SSL'
  @dimensions = { URL: resource['Id'] }
  @comparison_operator = 'LessThanThreshold'
end