LambdaTarget - Amazon CodeDeploy
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

LambdaTarget

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

Contents

deploymentId

The unique ID of a deployment.

Type: String

Required: No

lambdaFunctionInfo

A LambdaFunctionInfo object that describes a target Lambda function.

Type: LambdaFunctionInfo object

Required: No

lastUpdatedAt

The date and time when the target Lambda function was updated by a deployment.

Type: Timestamp

Required: No

lifecycleEvents

The lifecycle events of the deployment to this target Lambda function.

Type: Array of LifecycleEvent objects

Required: No

status

The status an Amazon Lambda deployment's target Lambda function.

Type: String

Valid Values: Pending | InProgress | Succeeded | Failed | Skipped | Unknown | Ready

Required: No

targetArn

The Amazon Resource Name (ARN) of the target.

Type: String

Required: No

targetId

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: