Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-alias-aliasroutingconfiguration.html

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; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-alias-aliasroutingconfiguration.html#cfn-lambda-alias-aliasroutingconfiguration-additionalversionweights

Type union: either IResolvable or (either IResolvable or CfnAliasPropsMixin.IVersionWeightProperty)[]

Back to top Generated by DocFX