Class: Aws::Lambda::Types::AliasRoutingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::AliasRoutingConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
The [traffic-shifting] configuration of a Lambda function alias.
[1]: docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html
Constant Summary collapse
- SENSITIVE =
[]
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.
317 318 319 320 321 |
# File 'lib/aws-sdk-lambda/types.rb', line 317 class AliasRoutingConfiguration < Struct.new( :additional_version_weights) SENSITIVE = [] include Aws::Structure end |