Class: CfnGuardian::Models::MaintenanceGroupCheck

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

Returns a new instance of MaintenanceGroupCheck.



223
224
225
226
227
228
229
230
# File 'lib/cfnguardian/models/check.rb', line 223

def initialize(resource)
  super(resource)
  @name = 'MaintenanceGroupCheck'
  @package = 'maintenance-group-check'
  @handler = 'handler.maintenance_group_check'
  @version = '5e880ffc7d0c478383fa353e28fe3e9f8310a93c'
  @runtime = 'python3.11'
end