AliasRoutingConfigArgs

data class AliasRoutingConfigArgs(val additionalVersionWeights: Output<Map<String, Double>>? = null) : ConvertibleToJava<AliasRoutingConfigArgs>

Constructors

Link copied to clipboard
constructor(additionalVersionWeights: Output<Map<String, Double>>? = null)

Properties

Link copied to clipboard
val additionalVersionWeights: Output<Map<String, Double>>? = null

A map that defines the proportion of events that should be sent to different versions of a lambda function.

Functions

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