LambdaFunctionInfo

Information about a Lambda function specified in a deployment.

Types

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

Properties

Link copied to clipboard

The version of a Lambda function that production traffic points to.

Link copied to clipboard

The alias of a Lambda function. For more information, see Lambda Function Aliases in the Lambda Developer Guide.

Link copied to clipboard

The name of a Lambda function.

Link copied to clipboard

The version of a Lambda function that production traffic points to after the Lambda function is deployed.

Link copied to clipboard

The percentage of production traffic that the target version of a Lambda function receives.

Functions

Link copied to clipboard
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