Class: CfnGuardian::Models::SslCheck
- 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) ⇒ SslCheck
constructor
A new instance of SslCheck.
Constructor Details
#initialize(resource) ⇒ SslCheck
Returns a new instance of SslCheck.
112 113 114 115 116 117 118 119 120 |
# File 'lib/cfnguardian/models/check.rb', line 112 def initialize(resource) super(resource) @group = 'Ssl' @name = 'SslCheck' @package = 'aws-lambda-ssl-check' @handler = 'main' @version = 'a25fd4006d1f95c06f3c098188543f5eea1986da' @runtime = 'go1.x' end |