AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information about a Lambda function specified in a deployment.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.LambdaFunctionInfo

Namespace: Amazon.CodeDeploy.Model
Assembly: AWSSDK.CodeDeploy.dll
Version: 3.x.y.z

Syntax

C#
public class LambdaFunctionInfo

The LambdaFunctionInfo type exposes the following members

Constructors

NameDescription
Public Method LambdaFunctionInfo()

Properties

NameTypeDescription
Public Property CurrentVersion System.String

Gets and sets the property CurrentVersion.

The version of a Lambda function that production traffic points to.

Public Property FunctionAlias System.String

Gets and sets the property FunctionAlias.

The alias of a Lambda function. For more information, see Lambda Function Aliases in the Lambda Developer Guide.

Public Property FunctionName System.String

Gets and sets the property FunctionName.

The name of a Lambda function.

Public Property TargetVersion System.String

Gets and sets the property TargetVersion.

The version of a Lambda function that production traffic points to after the Lambda function is deployed.

Public Property TargetVersionWeight System.Double

Gets and sets the property TargetVersionWeight.

The percentage of production traffic that the target version of a Lambda function receives.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5