mediaStreams

@JvmName(name = "jhymgdvdiwrmdgdk")
suspend fun mediaStreams(value: Output<List<FlowMediaStreamArgs>>)
@JvmName(name = "fkutiwkcsmurecuq")
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 = "theextogjsdhbiqu")
suspend fun mediaStreams(vararg values: Output<FlowMediaStreamArgs>)


@JvmName(name = "fkccjcorhsjupmef")
suspend fun mediaStreams(values: List<Output<FlowMediaStreamArgs>>)
@JvmName(name = "eitvevtoqarkqiuj")
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 = "dfgaesblatfkrslr")
suspend fun mediaStreams(argument: List<suspend FlowMediaStreamArgsBuilder.() -> Unit>)
@JvmName(name = "fpwnflwlyphmpkxr")
suspend fun mediaStreams(vararg argument: suspend FlowMediaStreamArgsBuilder.() -> Unit)
@JvmName(name = "apmeaewoqxqecfgq")
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.