Module Values.RightsizingRecommendationConfigurationSource

You can use RightsizingRecommendationConfiguration to customize recommendations across two attributes. You can choose to view recommendations for instances within the same instance families or across different instance families. You can also choose to view your estimated savings that are associated with recommendations with consideration of existing Savings Plans or Reserved Instance (RI) benefits, or neither.

Sourcetype nonrec t = {
  1. recommendationTarget : RecommendationTarget.t;
    (*

    The option to see recommendations within the same instance family or recommendations for instances across other families. The default value is SAME_INSTANCE_FAMILY.

    *)
  2. benefitsConsidered : GenericBoolean.t;
    (*

    The option to consider RI or Savings Plans discount benefits in your savings calculation. The default value is TRUE.

    *)
}
Sourceval context_ : string
Sourceval make : recommendationTarget:RecommendationTarget.t -> benefitsConsidered:GenericBoolean.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of GenericBoolean.t | `Enum of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t