streamOptions

@JvmName(name = "cievkggkhigtoppi")
suspend fun streamOptions(value: Output<List<String>>)
@JvmName(name = "xbcsgyepipkfevlr")
suspend fun streamOptions(value: List<String>?)

Parameters

value

A list of options to use for the LiveEvent. Possible values are Default, LowLatency, LowLatencyV2. Please see more at this document. Changing this forces a new resource to be created.


@JvmName(name = "motfwkrtakuafjte")
suspend fun streamOptions(vararg values: Output<String>)


@JvmName(name = "slydubhygjgexcui")
suspend fun streamOptions(values: List<Output<String>>)
@JvmName(name = "jyxfyglgksfxxphr")
suspend fun streamOptions(vararg values: String)

Parameters

values

A list of options to use for the LiveEvent. Possible values are Default, LowLatency, LowLatencyV2. Please see more at this document. Changing this forces a new resource to be created.