WindowsFirewallLogsDataSourceArgs

data class WindowsFirewallLogsDataSourceArgs(val name: Output<String>? = null, val streams: Output<List<String>>) : ConvertibleToJava<WindowsFirewallLogsDataSourceArgs>

Enables Firewall logs to be collected by this data collection rule.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, streams: Output<List<String>>)

Properties

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

A friendly name for the 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>>

Firewall logs streams

Functions

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