Values.EffectiveRecommendationPreferencesSourceDescribes the effective recommendation preferences for a resource.
type nonrec t = {cpuVendorArchitectures : CpuVendorArchitectures.t option;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 Graviton instance types only. A GetEC2RecommendationProjectedMetrics request, Compute Optimizer returns projected utilization metrics for Graviton instance type recommendations only. A ExportEC2InstanceRecommendations or ExportAutoScalingGroupRecommendations request, Compute Optimizer exports recommendations that consist of Graviton instance types only.
*)enhancedInfrastructureMetrics : EnhancedInfrastructureMetrics.t option;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.t option;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.
*)externalMetricsPreference : ExternalMetricsPreference.t option;An object that describes the external metrics recommendation preference. If the preference is applied in the latest recommendation refresh, an object with a valid source value appears in the response. If the preference isn't applied to the recommendations already, then this object doesn't appear in the response.
*)lookBackPeriod : LookBackPeriodPreference.t option;The number of days the utilization metrics of the Amazon Web Services resource are analyzed.
*)utilizationPreferences : UtilizationPreferences.t option;The resource’s CPU and memory utilization preferences, such as threshold and headroom, that are used to generate rightsizing recommendations. This preference is only available for the Amazon EC2 instance resource type.
*)preferredResources : EffectivePreferredResources.t option;The resource type values that are considered as candidates when generating rightsizing recommendations.
*)savingsEstimationMode : InstanceSavingsEstimationMode.t option;Describes the savings estimation mode applied for calculating savings opportunity for a resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of PreferredResourceValue.t ] list
| `Structure of (string * [> `Enum of string ]) list ])
list ]
list
| `Structure of (string * [> `Enum of string ]) list ])
list ]