StaticRoutingEnrichmentArgs

data class StaticRoutingEnrichmentArgs(val key: Output<String>? = null, val valueType: Output<Either<String, StaticRoutingEnrichmentType>>? = null) : ConvertibleToJava<StaticRoutingEnrichmentArgs>

Constructors

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

Properties

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

Static routing enrichment key.

Link copied to clipboard
val valueType: Output<Either<String, StaticRoutingEnrichmentType>>? = null

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

Functions

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