Values.AcceptResourceGroupingRecommendationsRequestSourceAccepts the resource grouping recommendations suggested by Resilience Hub for your application.
type nonrec t = {appArn : Arn.t;Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
*)entries : AcceptGroupingRecommendationEntries.t;List of resource grouping recommendations you want to include in your application.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of String255.t ]) list ]
list
| `String of Arn.t ])
list ]