Class: CfnDsl::HeatTemplate

Inherits:
OrchestrationTemplate show all
Defined in:
lib/cfndsl/CloudFormationTemplate.rb

Class Method Summary collapse

Methods inherited from OrchestrationTemplate

#checkRefs, #initialize, #isValidRef

Methods inherited from JSONable

#declare, #method_missing, #ref_children, #to_json

Methods included from Functions

#FnAnd, #FnBase64, #FnEquals, #FnFindInMap, #FnFormat, #FnGetAZs, #FnGetAtt, #FnIf, #FnJoin, #FnNot, #FnOr, #FnSelect, #Ref

Methods included from RefCheck

#ref_children, #references

Constructor Details

This class inherits a constructor from CfnDsl::OrchestrationTemplate

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class CfnDsl::JSONable

Class Method Details

.template_typesObject



170
171
172
# File 'lib/cfndsl/CloudFormationTemplate.rb', line 170

def self.template_types
  CfnDsl::OSTypes::OS_Types
end

.type_moduleObject



173
174
175
# File 'lib/cfndsl/CloudFormationTemplate.rb', line 173

def self.type_module
  CfnDsl::OSTypes
end