heat.engine.output module

class heat.engine.output.OutputDefinition(name, value, description=None)[source]

Bases: object

A definition of a stack output, independent of any template format.

dep_attrs(resource_name, load_all=False)[source]

Iterate over attributes of a given resource that this references.

Return an iterator over dependent attributes for specified resource_name in the output’s value field.

description()[source]

Return a description of the output.

get_value()[source]

Resolve the value of the output.

render_hot()[source]
required_resource_names()[source]
validate()[source]

Validate the output value without resolving it.