streamOptions

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


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