class CfnGuardian::Models::PortCheck

Public Class Methods

new(resource) click to toggle source
Calls superclass method CfnGuardian::Models::BaseCheck::new
# File lib/cfnguardian/models/check.rb, line 60
def initialize(resource)
  super(resource)
  @group = 'Port'
  @name = 'PortCheck'
  @package = 'port-check'
  @handler = 'handler.port_check'
  @version = '356203b2a720ba0730622f978e677b88f8d0c328'
  @runtime = 'python3.6'
end