Bases: heat.engine.stack_resource.StackResource
A Resource representing a child stack to allow composition of templates.
-
FnGetAtt(key)[source]
-
FnGetRefId()[source]
-
handle_create()[source]
-
handle_delete()[source]
-
handle_update(json_snippet)[source]
-
properties_schema = {'TemplateURL': {'Required': True, 'Type': 'String'}, 'TimeoutInMinutes': {'Type': 'Number'}, 'Parameters': {'Type': 'Map'}}