Accept Resource Grouping Recommendations
| resiliencehub_accept_resource_grouping_recommendations | R Documentation |
Accepts the resource grouping recommendations suggested by Resilience Hub for your application¶
Description¶
Accepts the resource grouping recommendations suggested by Resilience Hub for your application.
Usage¶
Arguments¶
appArn[required] 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[required] Indicates the list of resource grouping recommendations you want to include in your application.
Value¶
A list with the following syntax:
list(
appArn = "string",
failedEntries = list(
list(
errorMessage = "string",
groupingRecommendationId = "string"
)
)
)