IisLogsDataSourceArgs

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

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

Constructors

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

Properties

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

Absolute paths file location

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>>

IIS streams

Functions

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