StaticStringRoutingEnrichmentArgs

data class StaticStringRoutingEnrichmentArgs(val key: Output<String>? = null, val value: Output<String>? = null, val valueType: Output<String>) : ConvertibleToJava<StaticStringRoutingEnrichmentArgs>

Constructors

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

Properties

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

Static routing enrichment key.

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

String type routing enrichment value.

Link copied to clipboard
val valueType: Output<String>

Static routing enrichment value type. For e.g. this property value can be 'String'. Expected value is 'String'.

Functions

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