streams

@JvmName(name = "legnwfqoesecgfmp")
suspend fun streams(value: Output<List<Either<String, KnownSyslogDataSourceStreams>>>)
@JvmName(name = "bqimxjanoliyjqbn")
suspend fun streams(value: List<Either<String, KnownSyslogDataSourceStreams>>?)

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 = "oelsygmdmboffwww")
suspend fun streams(vararg values: Output<Either<String, KnownSyslogDataSourceStreams>>)


@JvmName(name = "uwkiwaaoeuuaxfcw")
suspend fun streams(values: List<Output<Either<String, KnownSyslogDataSourceStreams>>>)
@JvmName(name = "fquqoqyeyemsqimf")
suspend fun streams(vararg values: Either<String, KnownSyslogDataSourceStreams>)

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.