streamOptions

@JvmName(name = "qoldvxmciahldugg")
suspend fun streamOptions(value: Output<List<Either<String, StreamOptionsFlag>>>)
@JvmName(name = "acyqvatujumgiaye")
suspend fun streamOptions(value: List<Either<String, StreamOptionsFlag>>?)

Parameters

value

The options to use for the LiveEvent. This value is specified at creation time and cannot be updated. The valid values for the array entry values are 'Default' and 'LowLatency'.


@JvmName(name = "teuuxikkeyyynywe")
suspend fun streamOptions(vararg values: Output<Either<String, StreamOptionsFlag>>)


@JvmName(name = "njqkwudstjhjsfkn")
suspend fun streamOptions(values: List<Output<Either<String, StreamOptionsFlag>>>)
@JvmName(name = "rvvfusnekfdlbkyg")
suspend fun streamOptions(vararg values: Either<String, StreamOptionsFlag>)

Parameters

values

The options to use for the LiveEvent. This value is specified at creation time and cannot be updated. The valid values for the array entry values are 'Default' and 'LowLatency'.