LambdaFunctionRecommendation

Describes an Lambda function recommendation.

Types

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

Properties

Link copied to clipboard

The Amazon Web Services account ID of the function.

Link copied to clipboard

The amount of memory, in MB, that's allocated to the current function.

Link copied to clipboard

The risk of the current Lambda function not meeting the performance needs of its workloads. The higher the risk, the more likely the current Lambda function requires more memory.

Link copied to clipboard

Describes the effective recommendation preferences for Lambda functions.

Link copied to clipboard

The finding classification of the function.

Link copied to clipboard

The reason for the finding classification of the function.

Link copied to clipboard

The Amazon Resource Name (ARN) of the current function.

Link copied to clipboard

The version number of the current function.

Link copied to clipboard

The timestamp of when the function recommendation was last generated.

Link copied to clipboard

The number of days for which utilization metrics were analyzed for the function.

Link copied to clipboard

An array of objects that describe the memory configuration recommendation options for the function.

Link copied to clipboard

The number of times your function code was applied during the look-back period.

Link copied to clipboard
val tags: List<Tag>?

A list of tags assigned to your Lambda function recommendations.

Link copied to clipboard

An array of objects that describe the utilization metrics of the function.

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