MissionProfileDataflowEdge

data class MissionProfileDataflowEdge(val destination: String? = null, val source: String? = null)

Constructors

Link copied to clipboard
constructor(destination: String? = null, source: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val destination: String? = null

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.

Link copied to clipboard
val source: String? = null

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.