data class MissionProfileDataflowEdgeArgs(val destination: Output<String>? = null, val source: Output<String>? = null) : ConvertibleToJava<MissionProfileDataflowEdgeArgs>
The ARN of the destination for this dataflow edge. For example, specify the ARN of a dataflow endpoint config for a downlink edge or an antenna uplink config for an uplink edge.
The ARN of the source for this dataflow edge. For example, specify the ARN of an antenna downlink config for a downlink edge or a dataflow endpoint config for an uplink edge.