Method: CloudFormationDSL::Template#output

Defined in:
lib/cloudformation-dsl/template.rb

#output(name, options) ⇒ Object



60
# File 'lib/cloudformation-dsl/template.rb', line 60

def output(name, options) default(:Outputs, {})[name] = options end