Values.RecommendationItemSourceDefines a recommendation.
type nonrec t = {alreadyImplemented : BooleanOptional.t option;Specifies if the recommendation has already been implemented.
*)discoveredAlarm : Alarm.t option;Indicates the previously implemented Amazon CloudWatch alarm discovered by Resilience Hub.
*)excludeReason : ExcludeRecommendationReason.t option;Indicates the reason for excluding an operational recommendation.
*)excluded : BooleanOptional.t option;Indicates if an operational recommendation item is excluded.
*)latestDiscoveredExperiment : Experiment.t option;Indicates the experiment created in FIS that was discovered by Resilience Hub, which matches the recommendation.
*)resourceId : String500.t option;Identifier of the resource.
*)targetAccountId : CustomerId.t option;Identifier of the target account.
*)targetRegion : AwsRegion.t option;The target region.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `Enum of string
| `String of String500.t
| `Structure of (string * [> `String of Arn.t ]) list ])
list ]