class Aws::CodeDeploy::Types::LambdaTarget

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

@!attribute [rw] deployment_id

The unique ID of a deployment.
@return [String]

@!attribute [rw] target_id

The unique ID of a deployment target that has a type of
`lambdaTarget`.
@return [String]

@!attribute [rw] target_arn

The Amazon Resource Name (ARN) of the target.
@return [String]

@!attribute [rw] status

The status an AWS Lambda deployment's target Lambda function.
@return [String]

@!attribute [rw] last_updated_at

The date and time when the target Lambda function was updated by a
deployment.
@return [Time]

@!attribute [rw] lifecycle_events

The lifecycle events of the deployment to this target Lambda
function.
@return [Array<Types::LifecycleEvent>]

@!attribute [rw] lambda_function_info

A `LambdaFunctionInfo` object that describes a target Lambda
function.
@return [Types::LambdaFunctionInfo]

@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/LambdaTarget AWS API Documentation

Constants

SENSITIVE