Class: CfnGuardian::Models::TLSCheck
- 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
-
#initialize(resource) ⇒ TLSCheck
constructor
A new instance of TLSCheck.
Constructor Details
#initialize(resource) ⇒ TLSCheck
Returns a new instance of TLSCheck.
174 175 176 177 178 179 180 181 182 |
# File 'lib/cfnguardian/models/check.rb', line 174 def initialize(resource) super(resource) @group = 'TLS' @name = 'TLSCheck' @package = 'tls-version-check' @handler = 'handler.run_check' @version = '2b4fcbf55e266e793ee06e72013ed098f4eb2c0a' @runtime = 'python3.11' end |