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
- Struct
- Aws::Lambda::Types::AliasRoutingConfiguration
- 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
-
#additional_version_weights ⇒ Hash<String,Float>
The second version, and the percentage of traffic that\'s routed to it.
Instance Attribute Details
#additional_version_weights ⇒ Hash<String,Float>
The second version, and the percentage of traffic that\'s routed to it.