FlowOutputDestinationConfigurationArgs

data class FlowOutputDestinationConfigurationArgs(val destinationIp: Output<String>, val destinationPort: Output<Int>, val interface: Output<FlowOutputInterfaceArgs>) : ConvertibleToJava<FlowOutputDestinationConfigurationArgs>

The definition of a media stream that is associated with the output.

Constructors

Link copied to clipboard
constructor(destinationIp: Output<String>, destinationPort: Output<Int>, interface: Output<FlowOutputInterfaceArgs>)

Properties

Link copied to clipboard
val destinationIp: Output<String>

The IP address where contents of the media stream will be sent.

Link copied to clipboard
val destinationPort: Output<Int>

The port to use when the content of the media stream is distributed to the output.

Link copied to clipboard

The VPC interface that is used for the media stream associated with the output.

Functions

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