TransformerParsePostgresArgs

data class TransformerParsePostgresArgs(val source: Output<String>? = null) : ConvertibleToJava<TransformerParsePostgresArgs>

Constructors

Link copied to clipboard
constructor(source: Output<String>? = null)

Properties

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

Omit this parameter and the whole log message will be processed by this processor. No other value than @message is allowed for source .

Functions

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