Method: Jets::Resource::ChildStack::AppClass#authorizer_output

Defined in:
lib/jets/resource/child_stack/app_class.rb

#authorizer_output(desc) ⇒ Object



99
100
101
102
103
# File 'lib/jets/resource/child_stack/app_class.rb', line 99

def authorizer_output(desc)
  authorizer_stack, authorizer_logical_id = desc.split('.')
  # IE: MainAuthorizer.Outputs.ProtectAuthorizer
  "#{authorizer_stack}.Outputs.#{authorizer_logical_id}"
end