Class: CfnGuardian::Models::SslCheck

Inherits:
BaseCheck
  • Object
show all
Defined in:
lib/cfnguardian/models/check.rb

Direct Known Subclasses

InternalSslCheck

Instance Attribute Summary

Attributes inherited from BaseCheck

#branch, #environment, #group, #handler, #memory, #name, #package, #runtime, #subnets, #timeout, #type, #version, #vpc

Instance Method Summary collapse

Constructor Details

#initialize(resource) ⇒ SslCheck

Returns a new instance of SslCheck.



112
113
114
115
116
117
118
119
120
# File 'lib/cfnguardian/models/check.rb', line 112

def initialize(resource)
  super(resource)
  @group = 'Ssl'
  @name = 'SslCheck'
  @package = 'aws-lambda-ssl-check'
  @handler = 'main'
  @version = 'a25fd4006d1f95c06f3c098188543f5eea1986da'
  @runtime = 'go1.x'
end