The 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)[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.

validate(path='')[source]

Validate the output value without resolving it.