

# LambdaTarget


 Information about the target Amazon Lambda function during an Amazon Lambda deployment. 

## Contents


 ** deploymentId **   <a name="CodeDeploy-Type-LambdaTarget-deploymentId"></a>
 The unique ID of a deployment.   
Type: String  
Required: No

 ** lambdaFunctionInfo **   <a name="CodeDeploy-Type-LambdaTarget-lambdaFunctionInfo"></a>
 A `LambdaFunctionInfo` object that describes a target Lambda function.   
Type: [LambdaFunctionInfo](API_LambdaFunctionInfo.md) object  
Required: No

 ** lastUpdatedAt **   <a name="CodeDeploy-Type-LambdaTarget-lastUpdatedAt"></a>
 The date and time when the target Lambda function was updated by a deployment.   
Type: Timestamp  
Required: No

 ** lifecycleEvents **   <a name="CodeDeploy-Type-LambdaTarget-lifecycleEvents"></a>
 The lifecycle events of the deployment to this target Lambda function.   
Type: Array of [LifecycleEvent](API_LifecycleEvent.md) objects  
Required: No

 ** status **   <a name="CodeDeploy-Type-LambdaTarget-status"></a>
 The status an Amazon Lambda deployment's target Lambda function.   
Type: String  
Valid Values: `Pending | InProgress | Succeeded | Failed | Skipped | Unknown | Ready`   
Required: No

 ** targetArn **   <a name="CodeDeploy-Type-LambdaTarget-targetArn"></a>
 The Amazon Resource Name (ARN) of the target.   
Type: String  
Required: No

 ** targetId **   <a name="CodeDeploy-Type-LambdaTarget-targetId"></a>
 The unique ID of a deployment target that has a type of `lambdaTarget`.   
Type: String  
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/LambdaTarget) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/codedeploy-2014-10-06/LambdaTarget) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/codedeploy-2014-10-06/LambdaTarget) 