AWS SDK for C++
1.9.1
AWS SDK for C++
|
#include <AliasRoutingConfiguration.h>
Public Member Functions | |
AliasRoutingConfiguration () | |
AliasRoutingConfiguration (Aws::Utils::Json::JsonView jsonValue) | |
AliasRoutingConfiguration & | operator= (Aws::Utils::Json::JsonView jsonValue) |
Aws::Utils::Json::JsonValue | Jsonize () const |
const Aws::Map< Aws::String, double > & | GetAdditionalVersionWeights () const |
bool | AdditionalVersionWeightsHasBeenSet () const |
void | SetAdditionalVersionWeights (const Aws::Map< Aws::String, double > &value) |
void | SetAdditionalVersionWeights (Aws::Map< Aws::String, double > &&value) |
AliasRoutingConfiguration & | WithAdditionalVersionWeights (const Aws::Map< Aws::String, double > &value) |
AliasRoutingConfiguration & | WithAdditionalVersionWeights (Aws::Map< Aws::String, double > &&value) |
AliasRoutingConfiguration & | AddAdditionalVersionWeights (const Aws::String &key, double value) |
AliasRoutingConfiguration & | AddAdditionalVersionWeights (Aws::String &&key, double value) |
AliasRoutingConfiguration & | AddAdditionalVersionWeights (const char *key, double value) |
The traffic-shifting configuration of a Lambda function alias.
Definition at line 34 of file AliasRoutingConfiguration.h.
Aws::Lambda::Model::AliasRoutingConfiguration::AliasRoutingConfiguration | ( | ) |
Aws::Lambda::Model::AliasRoutingConfiguration::AliasRoutingConfiguration | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The second version, and the percentage of traffic that's routed to it.
Definition at line 81 of file AliasRoutingConfiguration.h.
|
inline |
The second version, and the percentage of traffic that's routed to it.
Definition at line 76 of file AliasRoutingConfiguration.h.
|
inline |
The second version, and the percentage of traffic that's routed to it.
Definition at line 86 of file AliasRoutingConfiguration.h.
|
inline |
The second version, and the percentage of traffic that's routed to it.
Definition at line 51 of file AliasRoutingConfiguration.h.
|
inline |
The second version, and the percentage of traffic that's routed to it.
Definition at line 46 of file AliasRoutingConfiguration.h.
Aws::Utils::Json::JsonValue Aws::Lambda::Model::AliasRoutingConfiguration::Jsonize | ( | ) | const |
AliasRoutingConfiguration& Aws::Lambda::Model::AliasRoutingConfiguration::operator= | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The second version, and the percentage of traffic that's routed to it.
Definition at line 61 of file AliasRoutingConfiguration.h.
|
inline |
The second version, and the percentage of traffic that's routed to it.
Definition at line 56 of file AliasRoutingConfiguration.h.
|
inline |
The second version, and the percentage of traffic that's routed to it.
Definition at line 71 of file AliasRoutingConfiguration.h.
|
inline |
The second version, and the percentage of traffic that's routed to it.
Definition at line 66 of file AliasRoutingConfiguration.h.