Class: CfnGuardian::Models::HttpCheck

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

Direct Known Subclasses

InternalHttpCheck

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) ⇒ HttpCheck

Returns a new instance of HttpCheck.



39
40
41
42
43
44
45
46
47
# File 'lib/cfnguardian/models/check.rb', line 39

def initialize(resource)
  super(resource)
  @group = 'Http'
  @name = 'HttpCheck'
  @package = 'http-check'
  @handler = 'handler.http_check'
  @version = '077c726ed691a1176caf95497b8b02f05f00e0cb'
  @runtime = 'python3.11'
end