streams

@JvmName(name = "skkasmofcyeusihh")
suspend fun streams(value: Output<List<Either<String, KnownSyslogDataSourceStreams>>>)
@JvmName(name = "tmkujksedvkfsscp")
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 = "vamaujhubjjpayvd")
suspend fun streams(vararg values: Output<Either<String, KnownSyslogDataSourceStreams>>)


@JvmName(name = "hrxkovuywrrpgcrd")
suspend fun streams(values: List<Output<Either<String, KnownSyslogDataSourceStreams>>>)
@JvmName(name = "icrggrgirlfdcavq")
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.