TransformerProcessorParseKeyValuePropertiesArgs

data class TransformerProcessorParseKeyValuePropertiesArgs(val destination: Output<String>? = null, val fieldDelimiter: Output<String>? = null, val keyPrefix: Output<String>? = null, val keyValueDelimiter: Output<String>? = null, val nonMatchValue: Output<String>? = null, val overwriteIfExists: Output<Boolean>? = null, val source: Output<String>? = null) : ConvertibleToJava<TransformerProcessorParseKeyValuePropertiesArgs>

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

Constructors

constructor(destination: Output<String>? = null, fieldDelimiter: Output<String>? = null, keyPrefix: Output<String>? = null, keyValueDelimiter: Output<String>? = null, nonMatchValue: Output<String>? = null, overwriteIfExists: Output<Boolean>? = null, source: Output<String>? = null)

Properties

Link copied to clipboard
val destination: Output<String>? = null
Link copied to clipboard
val fieldDelimiter: Output<String>? = null
Link copied to clipboard
val keyPrefix: Output<String>? = null
Link copied to clipboard
val keyValueDelimiter: Output<String>? = null
Link copied to clipboard
val nonMatchValue: Output<String>? = null
Link copied to clipboard
val overwriteIfExists: Output<Boolean>? = null
Link copied to clipboard
val source: Output<String>? = null

Functions

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