Values.EffectivePreferredResourceSourceDescribes the effective preferred resources that Compute Optimizer considers as rightsizing recommendation candidates. Compute Optimizer only supports Amazon EC2 instance types.
type nonrec t = {name : PreferredResourceName.t option;The name of the preferred resource list.
*)includeList : PreferredResourceValues.t option;The list of preferred resource values that you want considered as rightsizing recommendation candidates.
*)effectiveIncludeList : PreferredResourceValues.t option;The expanded version of your preferred resource's include list.
*)excludeList : PreferredResourceValues.t option;The list of preferred resources values that you want excluded from rightsizing recommendation candidates.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of PreferredResourceValue.t ] list ])
list ]