LambdaTarget
Information about the target AWS Lambda function during an AWS 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 AWS 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 AWS SDKs, see the following: