class
Amazonite::Lambda::AliasRoutingConfiguration
- Amazonite::Lambda::AliasRoutingConfiguration
- Reference
- Object
Overview
The traffic-shifting configuration of a Lambda function alias.
Included Modules
- JSON::Serializable
Defined in:
lambda/alias_routing_configuration.crConstructors
- .new(pull : JSON::PullParser)
- .new(additional_version_weights : Hash(String, Float64) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#additional_version_weights : Hash(String, Float64) | Nil
The second version, and the percentage of traffic that's routed to it.
-
#additional_version_weights=(additional_version_weights : Hash(String, Float64) | Nil)
The second version, and the percentage of traffic that's routed to it.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def additional_version_weights : Hash(String, Float64) | Nil
#
The second version, and the percentage of traffic that's routed to it.
def additional_version_weights=(additional_version_weights : Hash(String, Float64) | Nil)
#
The second version, and the percentage of traffic that's routed to it.