class AWS::CloudFormation::StackCollection

def [] stack_name

def [] stack_name
  Stack.new(stack_name, :config => config)
end