Bases: _abcoll.Mapping
A stack template.
Return a dict of template functions keyed by name.
Retrieve a Template with the given ID from the database.
Return a dict of parameters.Schema objects for the parameters.
Return a parameters.Parameters object for the stack.
Store the Template in the database and return its ID.
Validate the template.
Only validates the top-level sections of the template. Syntax inside sections is not checked here but in code parts that are responsible for working with the respective sections.