Struct rusoto_lambda::AliasRoutingConfiguration [] [src]

pub struct AliasRoutingConfiguration {
    pub additional_version_weights: Option<HashMap<String, f64>>,
}

The parent object that implements what percentage of traffic will invoke each function version. For more information, see lambda-traffic-shifting-using-aliases.

Fields

Set this property value to dictate what percentage of traffic will invoke the updated function version. If set to an empty string, 100 percent of traffic will invoke function-version.

Trait Implementations

impl Default for AliasRoutingConfiguration
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for AliasRoutingConfiguration
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AliasRoutingConfiguration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations