

# LambdaFunctionInfo


 Information about a Lambda function specified in a deployment. 

## Contents


 ** currentVersion **   <a name="CodeDeploy-Type-LambdaFunctionInfo-currentVersion"></a>
 The version of a Lambda function that production traffic points to.   
Type: String  
Required: No

 ** functionAlias **   <a name="CodeDeploy-Type-LambdaFunctionInfo-functionAlias"></a>
 The alias of a Lambda function. For more information, see [Amazon Lambda Function Aliases](https://docs.amazonaws.cn/lambda/latest/dg/aliases-intro.html) in the * Amazon Lambda Developer Guide*.  
Type: String  
Required: No

 ** functionName **   <a name="CodeDeploy-Type-LambdaFunctionInfo-functionName"></a>
 The name of a Lambda function.   
Type: String  
Required: No

 ** targetVersion **   <a name="CodeDeploy-Type-LambdaFunctionInfo-targetVersion"></a>
 The version of a Lambda function that production traffic points to after the Lambda function is deployed.   
Type: String  
Required: No

 ** targetVersionWeight **   <a name="CodeDeploy-Type-LambdaFunctionInfo-targetVersionWeight"></a>
 The percentage of production traffic that the target version of a Lambda function receives.   
Type: Double  
Required: No

## See Also


For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/codedeploy-2014-10-06/LambdaFunctionInfo) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/codedeploy-2014-10-06/LambdaFunctionInfo) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/codedeploy-2014-10-06/LambdaFunctionInfo) 