DataCollectionRuleDataSourcesExtensionArgs

data class DataCollectionRuleDataSourcesExtensionArgs(val extensionJson: Output<String>? = null, val extensionName: Output<String>, val inputDataSources: Output<List<String>>? = null, val name: Output<String>, val streams: Output<List<String>>) : ConvertibleToJava<DataCollectionRuleDataSourcesExtensionArgs>

Constructors

constructor(extensionJson: Output<String>? = null, extensionName: Output<String>, inputDataSources: Output<List<String>>? = null, name: Output<String>, streams: Output<List<String>>)

Properties

Link copied to clipboard
val extensionJson: Output<String>? = null

A JSON String which specifies the extension setting.

Link copied to clipboard
val extensionName: Output<String>

The name of the VM extension.

Link copied to clipboard
val inputDataSources: Output<List<String>>? = null

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.

Link copied to clipboard
val name: Output<String>

The name which should be used for this data source. This name should be unique across all data sources regardless of type within the Data Collection Rule.

Link copied to clipboard
val streams: Output<List<String>>

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-Event, Microsoft-InsightsMetrics, Microsoft-Perf, Microsoft-Syslog, Microsoft-WindowsEvent.

Functions

Link copied to clipboard
open override fun toJava(): DataCollectionRuleDataSourcesExtensionArgs