# File lib/aws/simple_workflow/resource.rb, line 81 def self.config_attribute name, options = {}, &block attr = attribute(name, options.merge(:static => true), &block) config_attributes[attr.name] = attr end