Class: CfnDsl::CloudFormationTemplate

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, #incorrect_capitalization?, #method_missing, #ref_children, #titleize, #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



68
69
70
# File 'lib/cfndsl/CloudFormationTemplate.rb', line 68

def self.template_types
  CfnDsl::AWSTypes::AWS_Types
end

.type_moduleObject



71
72
73
# File 'lib/cfndsl/CloudFormationTemplate.rb', line 71

def self.type_module
  CfnDsl::AWSTypes
end