inputDataSources

@JvmName(name = "eywliblipfnryvho")
suspend fun inputDataSources(value: Output<List<String>>)
@JvmName(name = "uphgcebfkuktjifn")
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 = "fgmjmqeyswlmiklb")
suspend fun inputDataSources(vararg values: Output<String>)


@JvmName(name = "lcxlpgpbekrftdcy")
suspend fun inputDataSources(values: List<Output<String>>)
@JvmName(name = "nkmmphemrniwjcoe")
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.