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

EffectiveRecommendationPreferences

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

Describes the effective recommendation preferences for a resource.

interface EffectiveRecommendationPreferences {
cpuVendorArchitectures?: CpuVendorArchitecture[] | null;
enhancedInfrastructureMetrics?: EnhancedInfrastructureMetrics | null;
inferredWorkloadTypes?: InferredWorkloadTypesPreference | null;
}

§Properties

§
cpuVendorArchitectures?: CpuVendorArchitecture[] | null
[src]

Describes the CPU vendor and architecture for an instance or Auto Scaling group recommendations.

For example, when you specify AWS_ARM64 with:

  • A "GetEC2InstanceRecommendations" or "GetAutoScalingGroupRecommendations" request, Compute Optimizer returns recommendations that consist of Graviton2 instance types only.
  • A "GetEC2RecommendationProjectedMetrics" request, Compute Optimizer returns projected utilization metrics for Graviton2 instance type recommendations only.
  • A "ExportEC2InstanceRecommendations" or "ExportAutoScalingGroupRecommendations" request, Compute Optimizer exports recommendations that consist of Graviton2 instance types only.
§
enhancedInfrastructureMetrics?: EnhancedInfrastructureMetrics | null
[src]

Describes the activation status of the enhanced infrastructure metrics preference.

A status of Active confirms that the preference is applied in the latest recommendation refresh, and a status of Inactive confirms that it's not yet applied to recommendations.

For more information, see Enhanced infrastructure metrics in the Compute Optimizer User Guide.

§
inferredWorkloadTypes?: InferredWorkloadTypesPreference | null
[src]

Describes the activation status of the inferred workload types preference.

A status of Active confirms that the preference is applied in the latest recommendation refresh. A status of Inactive confirms that it's not yet applied to recommendations.