Values.ConfigRecommendationSourceDefines a recommendation configuration.
type nonrec t = {appComponentName : EntityId.t option;Name of the Application Component.
*)compliance : AssessmentCompliance.t option;The current compliance against the resiliency policy before applying the configuration change.
*)cost : Cost.t option;The cost for the application.
*)description : EntityDescription.t option;The optional description for an app.
*)haArchitecture : HaArchitecture.t option;The architecture type.
*)name : EntityName.t option;The name of the recommendation configuration.
*)optimizationType : ConfigRecommendationOptimizationType.t option;The type of optimization.
*)recommendationCompliance : RecommendationCompliance.t option;The expected compliance against the resiliency policy after applying the configuration change.
*)referenceId : SpecReferenceId.t option;Reference identifier for the recommendation configuration.
*)suggestedChanges : SuggestedChangesList.t option;List of the suggested configuration changes.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of EntityDescription.t ] list
| `Map of
([> `Enum of string ]
* [> `Structure of
(string
* [> `Enum of string
| `Integer of Seconds.t
| `String of String500.t ])
list ])
list
| `String of EntityId.t
| `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `String of CurrencyCode.t ])
list ])
list ]