Show / Hide Table of Contents

Class CfnAlias.AliasRoutingConfigurationProperty

The traffic-shifting configuration of a Lambda function alias.

Inheritance
System.Object
CfnAlias.AliasRoutingConfigurationProperty
Implements
CfnAlias.IAliasRoutingConfigurationProperty
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

Link: 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.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

Remarks

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

Implements

CfnAlias.IAliasRoutingConfigurationProperty
Back to top Generated by DocFX