Method: CloudFormationDSL::Helpers#get_att

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

#get_att(resource, attribute) ⇒ Object



34
# File 'lib/cloudformation-dsl/helpers.rb', line 34

def get_att(resource, attribute) { :'Fn::GetAtt' => [ resource, attribute ] } end