MissionProfileDataflowEdgeArgs

data class MissionProfileDataflowEdgeArgs(val destination: Output<String>? = null, val source: Output<String>? = null) : ConvertibleToJava<MissionProfileDataflowEdgeArgs>

Constructors

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

Properties

Link copied to clipboard
val destination: Output<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: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): MissionProfileDataflowEdgeArgs