RoutingEnrichmentsArgs

data class RoutingEnrichmentsArgs(val dynamic: Output<List<DynamicRoutingEnrichmentArgs>>? = null, val static: Output<List<StaticStringRoutingEnrichmentArgs>>? = null) : ConvertibleToJava<RoutingEnrichmentsArgs>

Constructors

Link copied to clipboard
constructor(dynamic: Output<List<DynamicRoutingEnrichmentArgs>>? = null, static: Output<List<StaticStringRoutingEnrichmentArgs>>? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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