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

CurrentPerformanceRiskRatings

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

Describes the performance risk ratings for a given resource type.

Resources with a high or medium rating are at risk of not meeting the performance needs of their workloads, while resources with a low rating are performing well in their workloads.

interface CurrentPerformanceRiskRatings {
high?: number | null;
low?: number | null;
medium?: number | null;
veryLow?: number | null;
}

§Properties

§
high?: number | null
[src]

A count of the applicable resource types with a high performance risk rating.

§
low?: number | null
[src]

A count of the applicable resource types with a low performance risk rating.

§
medium?: number | null
[src]

A count of the applicable resource types with a medium performance risk rating.

§
veryLow?: number | null
[src]

A count of the applicable resource types with a very low performance risk rating.