streamOptions

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


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