You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lambda::Types::AliasRoutingConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AliasRoutingConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

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

The traffic-shifting configuration of a Lambda function alias.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#additional_version_weightsHash<String,Float>

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

Returns:

  • (Hash<String,Float>)

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