dataflowEdges property

List<List<String>>? dataflowEdges
final

A list of lists of ARNs. Each list of ARNs is an edge, with a from Config and a to Config.

Implementation

final List<List<String>>? dataflowEdges;