Method: CloudFormationDSL::Helpers#select
- Defined in:
- lib/cloudformation-dsl/helpers.rb
#select(index, list) ⇒ Object
73 |
# File 'lib/cloudformation-dsl/helpers.rb', line 73 def select(index, list) { :'Fn::Select' => [ index, list ] } end |