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

RightsizingRecommendation

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

Recommendations to rightsize resources.

interface RightsizingRecommendation {
AccountId?: string | null;
CurrentInstance?: CurrentInstance | null;
FindingReasonCodes?: FindingReasonCode[] | null;
ModifyRecommendationDetail?: ModifyRecommendationDetail | null;
RightsizingType?: RightsizingType | null;
TerminateRecommendationDetail?: TerminateRecommendationDetail | null;
}

§Properties

§
AccountId?: string | null
[src]

The account that this recommendation is for.

§
CurrentInstance?: CurrentInstance | null
[src]

Context regarding the current instance.

§
FindingReasonCodes?: FindingReasonCode[] | null
[src]

The list of possible reasons why the recommendation is generated such as under or over utilization of specific metrics (for example, CPU, Memory, Network).

§
ModifyRecommendationDetail?: ModifyRecommendationDetail | null
[src]

The details for the modification recommendations.

§
RightsizingType?: RightsizingType | null
[src]

A recommendation to either terminate or modify the resource.

§
TerminateRecommendationDetail?: TerminateRecommendationDetail | null
[src]

The details for termination recommendations.