runway.cfngin.actions.graph module¶
CFNgin graph action.
- class runway.cfngin.actions.graph.Action[source]¶
Bases:
BaseAction
Responsible for outputting a graph for the current CFNgin config.
- runway.cfngin.actions.graph.dot_format(out: TextIO, graph: Graph, name: str = 'digraph') None [source]¶
Output a graph using the graphviz “dot” format.
- Parameters:
out – Where output will be written.
graph – Graph to be output.
name – Name of the graph.