| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.Types.WorkflowGraph
Description
Synopsis
- data WorkflowGraph = WorkflowGraph' {}
- newWorkflowGraph :: WorkflowGraph
- workflowGraph_edges :: Lens' WorkflowGraph (Maybe [Edge])
- workflowGraph_nodes :: Lens' WorkflowGraph (Maybe [Node])
Documentation
data WorkflowGraph Source #
A workflow graph represents the complete workflow containing all the Glue components present in the workflow and all the directed connections between them.
See: newWorkflowGraph smart constructor.
Constructors
| WorkflowGraph' | |
Instances
newWorkflowGraph :: WorkflowGraph Source #
Create a value of WorkflowGraph with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:edges:WorkflowGraph', workflowGraph_edges - A list of all the directed connections between the nodes belonging to
the workflow.
$sel:nodes:WorkflowGraph', workflowGraph_nodes - A list of the the Glue components belong to the workflow represented as
nodes.
workflowGraph_edges :: Lens' WorkflowGraph (Maybe [Edge]) Source #
A list of all the directed connections between the nodes belonging to the workflow.
workflowGraph_nodes :: Lens' WorkflowGraph (Maybe [Node]) Source #
A list of the the Glue components belong to the workflow represented as nodes.