class Aws::Lambda::Types::AliasRoutingConfiguration

The [traffic-shifting] configuration of a Lambda function alias.

[1]: docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html

@note When making an API call, you may pass AliasRoutingConfiguration

data as a hash:

    {
      additional_version_weights: {
        "AdditionalVersion" => 1.0,
      },
    }

@!attribute [rw] additional_version_weights

The second version, and the percentage of traffic that's routed to
it.
@return [Hash<String,Float>]

@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/AliasRoutingConfiguration AWS API Documentation

Constants

SENSITIVE