:doc:`ServiceResource <index>` / Sub-Resource / Stack

*****
Stack
*****



.. py:method:: CloudFormation.ServiceResource.Stack(name)

  Creates a Stack resource.::

    stack = cloudformation.Stack('name')

  :type name: string
  :param name: The Stack's name identifier. This **must** be set.
  
  :rtype: :py:class:`CloudFormation.Stack`
  :returns: A Stack resource
  