Method: CloudFormationDSL::Helpers#join_list
- Defined in:
- lib/cloudformation-dsl/helpers.rb
#join_list(delim, list) ⇒ Object
Variant of join that matches the native CFN syntax.
47 |
# File 'lib/cloudformation-dsl/helpers.rb', line 47 def join_list(delim, list) { :'Fn::Join' => [ delim, list ] } end |