AliasRoutingConfig constructor

const AliasRoutingConfig({
  1. Input<Map<String, double>?>? additionalVersionWeights,
})

Creates a new AliasRoutingConfig. additionalVersionWeights Map that defines the proportion of events that should be sent to different versions of a Lambda function.

Implementation

const AliasRoutingConfig({
  this.additionalVersionWeights,
});