LogFilesDataSourceArgs

data class LogFilesDataSourceArgs(val filePatterns: Output<List<String>>, val format: Output<Either<String, KnownLogFilesDataSourceFormat>>, val name: Output<String>? = null, val settings: Output<LogFilesDataSourceSettingsArgs>? = null, val streams: Output<List<String>>) : ConvertibleToJava<LogFilesDataSourceArgs>

Definition of which custom log files will be collected by this data collection rule

Constructors

Link copied to clipboard
constructor(filePatterns: Output<List<String>>, format: Output<Either<String, KnownLogFilesDataSourceFormat>>, name: Output<String>? = null, settings: Output<LogFilesDataSourceSettingsArgs>? = null, streams: Output<List<String>>)

Properties

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

File Patterns where the log files are located

Link copied to clipboard

The data format of the log files

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

The log files specific settings.

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

List of streams that this data source will be sent to. A stream indicates what schema will be used for this data source

Functions

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