Data Collection Rule Data Sources Args
data class DataCollectionRuleDataSourcesArgs(val extensions: Output<List<ExtensionDataSourceArgs>>? = null, val performanceCounters: Output<List<PerfCounterDataSourceArgs>>? = null, val syslog: Output<List<SyslogDataSourceArgs>>? = null, val windowsEventLogs: Output<List<WindowsEventLogDataSourceArgs>>? = null) : ConvertibleToJava<DataCollectionRuleDataSourcesArgs>
The specification of data sources. This property is optional and can be omitted if the rule is meant to be used via direct calls to the provisioned endpoint.
Constructors
Link copied to clipboard
fun DataCollectionRuleDataSourcesArgs(extensions: Output<List<ExtensionDataSourceArgs>>? = null, performanceCounters: Output<List<PerfCounterDataSourceArgs>>? = null, syslog: Output<List<SyslogDataSourceArgs>>? = null, windowsEventLogs: Output<List<WindowsEventLogDataSourceArgs>>? = null)