FlowInputConfigurationArgs

data class FlowInputConfigurationArgs(val inputPort: Output<Int>, val interface: Output<FlowInterfaceArgs>) : ConvertibleToJava<FlowInputConfigurationArgs>

The transport parameters associated with an incoming media stream.

Constructors

Link copied to clipboard
constructor(inputPort: Output<Int>, interface: Output<FlowInterfaceArgs>)

Properties

Link copied to clipboard
val inputPort: Output<Int>

The port that the flow listens on for an incoming media stream.

Link copied to clipboard

The VPC interface where the media stream comes in from.

Functions

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