AliasRoutingConfiguration

data class AliasRoutingConfiguration(val additionalVersionWeights: List<AliasVersionWeight>? = null)

The traffic-shifting configuration of a Lambda function alias.

Constructors

Link copied to clipboard
constructor(additionalVersionWeights: List<AliasVersionWeight>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The second version, and the percentage of traffic that's routed to it.