TransformerProcessorGrokPropertiesArgs

data class TransformerProcessorGrokPropertiesArgs(val match: Output<String>, val source: Output<String>? = null) : ConvertibleToJava<TransformerProcessorGrokPropertiesArgs>

Use this parameter to include the grok processor in your transformer.

Constructors

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

Properties

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

Functions

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