Graph Edge Args
data class GraphEdgeArgs(val sourceNodeId: Output<String>? = null, val sourcePortId: Output<String>? = null, val targetNodeId: Output<String>? = null, val targetPortId: Output<String>? = null) : ConvertibleToJava<GraphEdgeArgs>
Defines an edge within the web service's graph.
Properties
Link copied to clipboard
The source graph node's identifier.
Link copied to clipboard
The identifier of the source node's port that the edge connects from.
Link copied to clipboard
The destination graph node's identifier.
Link copied to clipboard
The identifier of the destination node's port that the edge connects into.