Method: Jets::Cfn::Resource::Nested::OneController#definition
- Defined in:
- lib/jets/cfn/resource/nested/one_controller.rb
#definition ⇒ Object
interface method
4 5 6 7 8 9 10 11 12 13 14 15 |
# File 'lib/jets/cfn/resource/nested/one_controller.rb', line 4 def definition defintion = { JetsController: { Type: "AWS::CloudFormation::Stack", Properties: { TemplateURL: template_url, Parameters: parameters, } } } defintion end |