Class: CfnGuardian::Models::WebSocketCheck

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

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

Returns a new instance of WebSocketCheck.



50
51
52
53
54
55
56
57
58
59
# File 'lib/cfnguardian/models/check.rb', line 50

def initialize(resource)
  super(resource)
  @group = 'WebSocket'
  @name = 'WebSocketCheck'
  @package = 'websocket-check'
  @handler = 'handler.websocket_check'
  @version = 'bb0125e878e127028dfb3d4a0de93e580e77305e'
  @runtime = 'python3.11'
  @branch = 'main'
end