LambdaTarget

Information about the target Lambda function during an Lambda deployment.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique ID of a deployment.

Link copied to clipboard

A LambdaFunctionInfo object that describes a target Lambda function.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The status an Lambda deployment's target Lambda function.

Link copied to clipboard

The Amazon Resource Name (ARN) of the target.

Link copied to clipboard

The unique ID of a deployment target that has a type of lambdaTarget.

Functions

Link copied to clipboard
inline fun copy(block: LambdaTarget.Builder.() -> Unit = {}): LambdaTarget
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String