Bases: _abcoll.Mapping
A stack template.
Add a resource to the template.
The resource is passed as a ResourceDefinition object. If no name is specified, the name from the ResourceDefinition should be used.
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.
Remove a resource from the template.
Return a dictionary of ResourceDefinition objects.
Store the Template in the database and return its ID.
Validate the template.
Validates the top-level sections of the template as well as syntax inside select sections. Some sections are not checked here but in code parts that are responsible for working with the respective sections (e.g. parameters are check by parameters schema class).