Bases: heat.engine.resource.Resource
An abstract Resource subclass that allows the management of an entire Stack as a resource in a parent stack.
Handle the creation of the nested stack from a given JSON template.
Delete the nested stack.
Return the specified Output value from the nested stack.
If the output key does not exist, raise an InvalidTemplateAttribute exception.
Return a Stack object representing the nested (child) stack.
Enter search terms or a module, class or function name.