streamOptions

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


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