streamOptions

@JvmName(name = "atuhnkiogldjehel")
suspend fun streamOptions(value: Output<List<String>>)
@JvmName(name = "olgeemwtcbdolrge")
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 = "enxndcoqbxyrulvy")
suspend fun streamOptions(vararg values: Output<String>)


@JvmName(name = "djetffpgsxcoeaue")
suspend fun streamOptions(values: List<Output<String>>)
@JvmName(name = "nfncakwkjppjmfya")
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.