Edge
A structure that represents a connection between two nodes in a dependency graph, showing the relationship and characteristics of the connection.
Contents
- ConnectionType
-
The type of connection between the nodes, indicating the nature of the relationship.
Type: String
Valid Values:
INDIRECT | DIRECTRequired: No
- DestinationNodeId
-
The identifier of the destination node in this edge connection.
Type: String
Required: No
- Duration
-
The duration or latency associated with this connection, if applicable.
Type: Double
Required: No
- SourceNodeId
-
The identifier of the source node in this edge connection.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: