streams

@JvmName(name = "fpxwdcqqcsmoprcq")
suspend fun streams(value: Output<List<Either<String, KnownWindowsEventLogDataSourceStreams>>>)
@JvmName(name = "axcvqeakwsgtjlww")
suspend fun streams(value: List<Either<String, KnownWindowsEventLogDataSourceStreams>>?)

Parameters

value

List of streams that this data source will be sent to. A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to.


@JvmName(name = "hqakplunpekrdnmi")
suspend fun streams(vararg values: Output<Either<String, KnownWindowsEventLogDataSourceStreams>>)


@JvmName(name = "rrstweklwdgvfnlg")
suspend fun streams(values: List<Output<Either<String, KnownWindowsEventLogDataSourceStreams>>>)
@JvmName(name = "norqhollgxgpgjob")
suspend fun streams(vararg values: Either<String, KnownWindowsEventLogDataSourceStreams>)

Parameters

values

List of streams that this data source will be sent to. A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to.