FlowNdiConfigArgs

data class FlowNdiConfigArgs(val machineName: Output<String>? = null, val ndiDiscoveryServers: Output<List<FlowNdiDiscoveryServerConfigArgs>>? = null, val ndiState: Output<FlowNdiConfigNdiState>? = null) : ConvertibleToJava<FlowNdiConfigArgs>

Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs.

Constructors

Link copied to clipboard
constructor(machineName: Output<String>? = null, ndiDiscoveryServers: Output<List<FlowNdiDiscoveryServerConfigArgs>>? = null, ndiState: Output<FlowNdiConfigNdiState>? = null)

Properties

Link copied to clipboard
val machineName: Output<String>? = null

A prefix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect generates a unique 12-character ID as the prefix.

Link copied to clipboard

A list of up to three NDI discovery server configurations. While not required by the API, this configuration is necessary for NDI functionality to work properly.

Link copied to clipboard
val ndiState: Output<FlowNdiConfigNdiState>? = null

A setting that controls whether NDI outputs can be used in the flow. Must be ENABLED to add NDI outputs. Default is DISABLED.

Functions

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