inputDataSources

@JvmName(name = "hiogycjtrnoxppqi")
suspend fun inputDataSources(value: Output<List<String>>)
@JvmName(name = "qyyovnhimlwsfoyg")
suspend fun inputDataSources(value: List<String>?)

Parameters

value

Specifies a list of data sources this extension needs data from. An item should be a name of a supported data source which produces only one stream. Supported data sources type: performance_counter, windows_event_log,and syslog.


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


@JvmName(name = "gwqtaenvsvtxipyt")
suspend fun inputDataSources(values: List<Output<String>>)
@JvmName(name = "mcxdaklyarbjukqt")
suspend fun inputDataSources(vararg values: String)

Parameters

values

Specifies a list of data sources this extension needs data from. An item should be a name of a supported data source which produces only one stream. Supported data sources type: performance_counter, windows_event_log,and syslog.