AliasVersionWeight

data class AliasVersionWeight(val functionVersion: String, val functionWeight: Double)

The traffic-shifting configuration of a Lambda function alias.

Constructors

Link copied to clipboard
constructor(functionVersion: String, functionWeight: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The qualifier of the second version.

Link copied to clipboard

The percentage of traffic that the alias routes to the second version.