Windows Event Log Data Source Args
data class WindowsEventLogDataSourceArgs(val name: Output<String>? = null, val streams: Output<List<Either<String, KnownWindowsEventLogDataSourceStreams>>>? = null, val xPathQueries: Output<List<String>>? = null) : ConvertibleToJava<WindowsEventLogDataSourceArgs>
Definition of which Windows Event Log events will be collected and how they will be collected. Only collected from Windows machines.