Class: CfnGuardian::Models::InternalSslEvent

Inherits:
SslEvent show all
Defined in:
lib/cfnguardian/models/event.rb

Instance Attribute Summary

Attributes inherited from BaseEvent

#cron, #enabled, #environment, #group, #hash, #name, #payload, #resource, #ssm_parameters, #target, #type

Instance Method Summary collapse

Methods inherited from SslEvent

#payload

Constructor Details

#initialize(resource, environment) ⇒ InternalSslEvent

Returns a new instance of InternalSslEvent.



192
193
194
195
196
197
198
# File 'lib/cfnguardian/models/event.rb', line 192

def initialize(resource,environment)
  super(resource)
  @group = 'InternalSsl'
  @name = 'InternalSslEvent'
  @target = "InternalSslCheckFunction#{environment}"
  @environment = environment
end