LogArgs

data class LogArgs(val bulkSize: Output<Int>? = null, val filters: Output<List<String>>? = null, val ingestionType: Output<Either<String, IngestionType>>? = null, val scheduleInterval: Output<Int>? = null, val status: Output<Either<String, LogStatusType>>? = null, val type: Output<Either<String, LogType>>) : ConvertibleToJava<LogArgs>

Describes a log.

Constructors

Link copied to clipboard
constructor(bulkSize: Output<Int>? = null, filters: Output<List<String>>? = null, ingestionType: Output<Either<String, IngestionType>>? = null, scheduleInterval: Output<Int>? = null, status: Output<Either<String, LogStatusType>>? = null, type: Output<Either<String, LogType>>)

Properties

Link copied to clipboard
val bulkSize: Output<Int>? = null

The bulk size for the log.

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

The filters for the log.

Link copied to clipboard
val ingestionType: Output<Either<String, IngestionType>>? = null

Types of ingestion.

Link copied to clipboard
val scheduleInterval: Output<Int>? = null

The schedule interval in seconds.

Link copied to clipboard
val status: Output<Either<String, LogStatusType>>? = null

Types of log status.

Link copied to clipboard
val type: Output<Either<String, LogType>>

Types of logs and tables.

Functions

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