Class: CfnGuardian::Models::PortCheck
- Defined in:
- lib/cfnguardian/models/check.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from BaseCheck
#branch, #environment, #group, #handler, #memory, #name, #package, #runtime, #subnets, #timeout, #type, #version, #vpc
Instance Method Summary collapse
-
#initialize(resource) ⇒ PortCheck
constructor
A new instance of PortCheck.
Constructor Details
#initialize(resource) ⇒ PortCheck
Returns a new instance of PortCheck.
74 75 76 77 78 79 80 81 82 |
# File 'lib/cfnguardian/models/check.rb', line 74 def initialize(resource) super(resource) @group = 'Port' @name = 'PortCheck' @package = 'port-check' @handler = 'handler.port_check' @version = 'd773db7333fddea1f4e1781f9906bb05c363dd42' @runtime = 'python3.11' end |