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

VolumeRecommendation

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

Describes an Amazon Elastic Block Store (Amazon EBS) volume recommendation.

interface VolumeRecommendation {
accountId?: string | null;
currentConfiguration?: VolumeConfiguration | null;
currentPerformanceRisk?: CurrentPerformanceRisk | null;
finding?: EBSFinding | null;
lastRefreshTimestamp?: Date | number | null;
lookBackPeriodInDays?: number | null;
utilizationMetrics?: EBSUtilizationMetric[] | null;
volumeArn?: string | null;
volumeRecommendationOptions?: VolumeRecommendationOption[] | null;
}

§Properties

§
accountId?: string | null
[src]

The Amazon Web Services account ID of the volume.

§
currentConfiguration?: VolumeConfiguration | null
[src]

An array of objects that describe the current configuration of the volume.

§
currentPerformanceRisk?: CurrentPerformanceRisk | null
[src]

The risk of the current EBS volume not meeting the performance needs of its workloads. The higher the risk, the more likely the current EBS volume doesn't have sufficient capacity.

§
finding?: EBSFinding | null
[src]

The finding classification of the volume.

Findings for volumes include:

    • NotOptimized*—A volume is considered not optimized when Compute Optimizer identifies a recommendation that can provide better performance for your workload.
    • Optimized*—An volume is considered optimized when Compute Optimizer determines that the volume is correctly provisioned to run your workload based on the chosen volume type. For optimized resources, Compute Optimizer might recommend a new generation volume type.
§
lastRefreshTimestamp?: Date | number | null
[src]

The timestamp of when the volume recommendation was last generated.

§
lookBackPeriodInDays?: number | null
[src]

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

§
utilizationMetrics?: EBSUtilizationMetric[] | null
[src]

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

§
volumeArn?: string | null
[src]

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

§
volumeRecommendationOptions?: VolumeRecommendationOption[] | null
[src]

An array of objects that describe the recommendation options for the volume.