Class CfnAlias.AliasRoutingConfigurationProperty
The traffic-shifting configuration of a Lambda function alias.
Inheritance
System.Object
CfnAlias.AliasRoutingConfigurationProperty
Implements
Namespace: Amazon.CDK.AWS.Lambda
Assembly: Amazon.CDK.AWS.Lambda.dll
Syntax (csharp)
public class AliasRoutingConfigurationProperty : Object, CfnAlias.IAliasRoutingConfigurationProperty
Syntax (vb)
Public Class AliasRoutingConfigurationProperty
Inherits Object
Implements CfnAlias.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.AWS.Lambda;
var aliasRoutingConfigurationProperty = new AliasRoutingConfigurationProperty {
AdditionalVersionWeights = new [] { new VersionWeightProperty {
FunctionVersion = "functionVersion",
FunctionWeight = 123
} }
};
Synopsis
Constructors
AliasRoutingConfigurationProperty() |
Properties
AdditionalVersionWeights | The second version, and the percentage of traffic that's routed to it. |
Constructors
AliasRoutingConfigurationProperty()
public AliasRoutingConfigurationProperty()
Properties
AdditionalVersionWeights
The second version, and the percentage of traffic that's routed to it.
public object AdditionalVersionWeights { get; set; }
Property Value
System.Object