resiliencehub_list_resource_grouping_recommendations {paws.management} | R Documentation |
Lists the resource grouping recommendations suggested by Resilience Hub for your application
Description
Lists the resource grouping recommendations suggested by Resilience Hub for your application.
See https://www.paws-r-sdk.com/docs/resiliencehub_list_resource_grouping_recommendations/ for full documentation.
Usage
resiliencehub_list_resource_grouping_recommendations(
appArn = NULL,
maxResults = NULL,
nextToken = NULL
)
Arguments
appArn |
Amazon Resource Name (ARN) of the Resilience Hub application. The format
for this ARN is:
arn: |
maxResults |
Maximum number of grouping recommendations to be displayed per Resilience Hub application. |
nextToken |
Null, or the token from a previous call to get the next set of results. |
[Package paws.management version 0.9.0 Index]