TransformerAddKeyEntryArgs

data class TransformerAddKeyEntryArgs(val key: Output<String>, val overwriteIfExists: Output<Boolean>? = null, val value: Output<String>) : ConvertibleToJava<TransformerAddKeyEntryArgs>

Constructors

Link copied to clipboard
constructor(key: Output<String>, overwriteIfExists: Output<Boolean>? = null, value: Output<String>)

Properties

Link copied to clipboard
val key: Output<String>

The key of the new entry to be added to the log event

Link copied to clipboard
val overwriteIfExists: Output<Boolean>? = null

Specifies whether to overwrite the value if the key already exists in the log event. If you omit this, the default is false .

Link copied to clipboard
val value: Output<String>

The value of the new entry to be added to the log event

Functions

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