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 |
Documentation
An edge represents a directed connection between two components on a workflow graph.
See: newEdge
smart constructor.
Instances
Eq Edge Source # | |
Read Edge Source # | |
Show Edge Source # | |
Generic Edge Source # | |
NFData Edge Source # | |
Defined in Amazonka.Glue.Types.Edge | |
Hashable Edge Source # | |
Defined in Amazonka.Glue.Types.Edge | |
FromJSON Edge Source # | |
type Rep Edge Source # | |
Defined in Amazonka.Glue.Types.Edge type Rep Edge = D1 ('MetaData "Edge" "Amazonka.Glue.Types.Edge" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "Edge'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "destinationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
Create a value of Edge
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:sourceId:Edge'
, edge_sourceId
- The unique of the node within the workflow where the edge starts.
$sel:destinationId:Edge'
, edge_destinationId
- The unique of the node within the workflow where the edge ends.