Module Values.RDSEffectiveRecommendationPreferencesSource

Describes the effective recommendation preferences for Amazon Aurora and RDS databases.

Sourcetype nonrec t = {
  1. cpuVendorArchitectures : CpuVendorArchitectures.t option;
    (*

    Describes the CPU vendor and architecture for DB instance recommendations.

    *)
  2. 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.

    *)
  3. lookBackPeriod : LookBackPeriodPreference.t option;
    (*

    The number of days the utilization metrics of the DB instance are analyzed.

    *)
  4. savingsEstimationMode : RDSSavingsEstimationMode.t option;
    (*

    Describes the savings estimation mode preference applied for calculating savings opportunity for DB instances.

    *)
}
Sourceval make : ?cpuVendorArchitectures:??? -> ?enhancedInfrastructureMetrics:??? -> ?lookBackPeriod:??? -> ?savingsEstimationMode:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Enum of string ] list | `Structure of (string * [> `Enum of string ]) list ]) 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