Class: CfnGuardian::Models::SFTPCheck

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

Direct Known Subclasses

InternalSFTPCheck

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

Returns a new instance of SFTPCheck.



186
187
188
189
190
191
192
193
194
# File 'lib/cfnguardian/models/check.rb', line 186

def initialize(resource)
  super(resource)
  @group = 'SFTP'
  @name = 'SFTPCheck'
  @package = 'sftp-check'
  @handler = 'handler.sftp_check'
  @version = '03e934328939cd87e5fb41fb01d6a690a94dc94c'
  @runtime = 'python3.11'
end