streams

@JvmName(name = "swxabivchuhwxfue")
suspend fun streams(value: Output<List<String>>)
@JvmName(name = "slyahhiabqqnchfx")
suspend fun streams(value: List<String>?)

Parameters

value

Specifies a 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. Possible values include but not limited to Microsoft-Syslog,and Microsoft-CiscoAsa, and Microsoft-CommonSecurityLog.

Note: In 4.0 or later version of the provider, streams will be required. In 3.x version of provider, if streams is not specified in creation, it is default to ["Microsoft-Syslog"]. if streams need to be modified (include change other value to the default value), it must be explicitly specified.


@JvmName(name = "btyqutukjieuismm")
suspend fun streams(vararg values: Output<String>)


@JvmName(name = "urfsvtrjafxgymmd")
suspend fun streams(values: List<Output<String>>)
@JvmName(name = "hnhtupfhgejoqtvw")
suspend fun streams(vararg values: String)

Parameters

values

Specifies a 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. Possible values include but not limited to Microsoft-Syslog,and Microsoft-CiscoAsa, and Microsoft-CommonSecurityLog.

Note: In 4.0 or later version of the provider, streams will be required. In 3.x version of provider, if streams is not specified in creation, it is default to ["Microsoft-Syslog"]. if streams need to be modified (include change other value to the default value), it must be explicitly specified.