mediaStreams

@JvmName(name = "tvujthdlyhpbulit")
suspend fun mediaStreams(value: Output<List<FlowMediaStreamArgs>>)
@JvmName(name = "iisqcofdracbesqg")
suspend fun mediaStreams(value: List<FlowMediaStreamArgs>?)

Parameters

value

The media streams associated with the flow. You can associate any of these media streams with sources and outputs on the flow.


@JvmName(name = "wuhbvjvyxxgeayyn")
suspend fun mediaStreams(vararg values: Output<FlowMediaStreamArgs>)


@JvmName(name = "eujfuhwwmdqkcoxf")
suspend fun mediaStreams(values: List<Output<FlowMediaStreamArgs>>)
@JvmName(name = "cosxryllqbrytgxh")
suspend fun mediaStreams(vararg values: FlowMediaStreamArgs)

Parameters

values

The media streams associated with the flow. You can associate any of these media streams with sources and outputs on the flow.


@JvmName(name = "vyashaqejehselvt")
suspend fun mediaStreams(argument: List<suspend FlowMediaStreamArgsBuilder.() -> Unit>)
@JvmName(name = "jtbrpnglmcxiowxb")
suspend fun mediaStreams(vararg argument: suspend FlowMediaStreamArgsBuilder.() -> Unit)
@JvmName(name = "dqeshwhxotrcosvk")
suspend fun mediaStreams(argument: suspend FlowMediaStreamArgsBuilder.() -> Unit)

Parameters

argument

The media streams associated with the flow. You can associate any of these media streams with sources and outputs on the flow.