Flow Output Destination Configuration Args
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
The IP address where contents of the media stream will be sent.
Link copied to clipboard
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.