Stack endpoint for Heat CloudFormation v1 API.
Bases: object
WSGI controller for stacks resource in Heat CloudFormation v1 API.
Implements the API actions.
Implements CreateStack and UpdateStack API actions.
Create or update stack as defined in template file.
Implements DescribeStacks API action.
Gets detailed information for a stack (or all stacks).
Implements the DescribeStackResource API action.
Return the details of the given resource belonging to the given stack.
Implements the DescribeStackResources API action.
Return details of resources specified by the parameters.
StackName: returns all resources belonging to the stack.
PhysicalResourceId: returns all resources belonging to the stack this resource is associated with.
Only one of the parameters may be specified.
Optional parameter:
LogicalResourceId: filter the resources list by the logical resource id.
Implements the EstimateTemplateCost API action.
Get the estimated monthly cost of a template.
Implements the DescribeStackEvents API action.
Returns events related to a specified stack (or all stacks).
Implements the GetTemplate API action.
Get the template body for an existing stack.