Class: CfnGuardian::Models::ContainerInstanceCheck

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

Returns a new instance of ContainerInstanceCheck.



162
163
164
165
166
167
168
169
170
# File 'lib/cfnguardian/models/check.rb', line 162

def initialize(resource)
  super(resource)
  @group = 'ContainerInstance'
  @name = 'ContainerInstanceCheck'
  @package = 'ecs-container-instance-check'
  @handler = 'handler.run_check'
  @version = '5cb604acccd0823c74b21e83d7e40612ef38e313'
  @runtime = 'python3.11'
end