| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.Glue.Types.CodeGenEdge
Description
Synopsis
Documentation
data CodeGenEdge Source #
Represents a directional edge in a directed acyclic graph (DAG).
See: newCodeGenEdge smart constructor.
Constructors
| CodeGenEdge' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> CodeGenEdge |
Create a value of CodeGenEdge 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:targetParameter:CodeGenEdge', codeGenEdge_targetParameter - The target of the edge.
$sel:source:CodeGenEdge', codeGenEdge_source - The ID of the node at which the edge starts.
$sel:target:CodeGenEdge', codeGenEdge_target - The ID of the node at which the edge ends.
codeGenEdge_targetParameter :: Lens' CodeGenEdge (Maybe Text) Source #
The target of the edge.
codeGenEdge_source :: Lens' CodeGenEdge Text Source #
The ID of the node at which the edge starts.
codeGenEdge_target :: Lens' CodeGenEdge Text Source #
The ID of the node at which the edge ends.