FlowOutputInterfaceArgs

data class FlowOutputInterfaceArgs(val name: Output<String>) : ConvertibleToJava<FlowOutputInterfaceArgs>

The VPC interface that you want to use for the media stream associated with the output.

Constructors

Link copied to clipboard
constructor(name: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the VPC interface that you want to use for the media stream associated with the output.

Functions

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