Flow Ndi Discovery Server Config Args
data class FlowNdiDiscoveryServerConfigArgs(val discoveryServerAddress: Output<String>, val discoveryServerPort: Output<Int>? = null, val vpcInterfaceAdapter: Output<String>) : ConvertibleToJava<FlowNdiDiscoveryServerConfigArgs>
Specifies the configuration settings for individual NDI discovery servers. A maximum of 3 servers is allowed.
Properties
Link copied to clipboard
The unique network address of the NDI discovery server.
Link copied to clipboard
The port for the NDI discovery server. Defaults to 5959 if a custom port isn't specified.
Link copied to clipboard
The identifier for the Virtual Private Cloud (VPC) network interface used by the flow.