102 103 104 105
# File 'lib/jets/cfn/builder/parent.rb', line 102 def add_authorizer_resources(path) resource = Jets::Cfn::Resource::Nested::Authorizer.new(@options.merge(path: path)) add_child_resources(resource) end