Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

LambdaFunctionMemoryRecommendationOption

import type { LambdaFunctionMemoryRecommendationOption } from "https://aws-api.deno.dev/v0.3/services/computeoptimizer.ts?docs=full";

Describes a recommendation option for an Lambda function.

interface LambdaFunctionMemoryRecommendationOption {
memorySize?: number | null;
projectedUtilizationMetrics?: LambdaFunctionMemoryProjectedMetric[] | null;
rank?: number | null;
savingsOpportunity?: SavingsOpportunity | null;
}

§Properties

§
memorySize?: number | null
[src]

The memory size, in MB, of the function recommendation option.

§
projectedUtilizationMetrics?: LambdaFunctionMemoryProjectedMetric[] | null
[src]

An array of objects that describe the projected utilization metrics of the function recommendation option.

§
rank?: number | null
[src]

The rank of the function recommendation option.

The top recommendation option is ranked as 1.

§
savingsOpportunity?: SavingsOpportunity | null
[src]

An object that describes the savings opportunity for the Lambda function recommendation option. Savings opportunity includes the estimated monthly savings amount and percentage.