runway.cfngin.target module¶
CFNgin target.
-
class
runway.cfngin.target.
Target
(definition)[source]¶ Bases:
object
A “target” is just a node in the graph that only specify dependencies.
These can be useful as a means of logically grouping a set of stacks together that can be targeted with the
targets
option.Instantiate class.
- Parameters
definition (
runway.cfngin.config.Stack
) – Stack definition for the target.