Values.Ec2RecommendationsExportPreferencesSourceIndicates that the exported data must include EC2 instance type matches for on-premises servers that are discovered through Amazon Web Services Application Discovery Service.
type nonrec t = {enabled : ExportEnabled.t option;If set to true, the export preferences is set to Ec2RecommendationsExportPreferences.
*)cpuPerformanceMetricBasis : UsageMetricBasis.t option;The recommended EC2 instance type that matches the CPU usage metric of server performance data.
*)ramPerformanceMetricBasis : UsageMetricBasis.t option;The recommended EC2 instance type that matches the Memory usage metric of server performance data.
*)tenancy : Tenancy.t option;The target tenancy to use for your recommended EC2 instances.
*)excludedInstanceTypes : ExcludedInstanceTypes.t option;An array of instance types to exclude from recommendations.
*)preferredRegion : UserPreferredRegion.t option;The target Amazon Web Services Region for the recommendations. You can use any of the Region codes available for the chosen service, as listed in Amazon Web Services service endpoints in the Amazon Web Services General Reference.
*)reservedInstanceOptions : ReservedInstanceOptions.t option;The contract type for a reserved instance. If blank, we assume an On-Demand instance is preferred.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of ExportEnabled.t
| `Enum of string
| `List of [> `String of EC2InstanceType.t ] list
| `String of UserPreferredRegion.t
| `Structure of
(string
* [> `Double of UsageMetricPercentageAdjust.t
| `Enum of string
| `String of UsageMetricBasisName.t ])
list ])
list ]