Interface CfnAliasPropsMixin.IAliasRoutingConfigurationProperty
The traffic-shifting configuration of a Lambda function alias.
Namespace: Amazon.CDK.Mixins.Preview.AWS.Lambda.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAliasPropsMixin.IAliasRoutingConfigurationProperty
Syntax (vb)
Public Interface CfnAliasPropsMixin.IAliasRoutingConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Lambda.Mixins;
var aliasRoutingConfigurationProperty = new AliasRoutingConfigurationProperty {
AdditionalVersionWeights = new [] { new VersionWeightProperty {
FunctionVersion = "functionVersion",
FunctionWeight = 123
} }
};
Synopsis
Properties
| AdditionalVersionWeights | The second version, and the percentage of traffic that's routed to it. |
Properties
AdditionalVersionWeights
The second version, and the percentage of traffic that's routed to it.
object? AdditionalVersionWeights { get; }