Describe Resource Grouping Recommendation Task
| resiliencehub_describe_resource_grouping_recommendation_task | R Documentation | 
Describes the resource grouping recommendation tasks run by Resilience Hub for your application¶
Description¶
Describes the resource grouping recommendation tasks run by Resilience Hub for your application.
Usage¶
resiliencehub_describe_resource_grouping_recommendation_task(appArn,
  groupingId)
Arguments¶
| appArn | [required] Amazon Resource Name (ARN) of the Resilience Hub
application. The format for this ARN is:
arn: | 
| groupingId | Identifier of the grouping recommendation task. | 
Value¶
A list with the following syntax:
list(
  errorMessage = "string",
  groupingId = "string",
  status = "Pending"|"InProgress"|"Failed"|"Success"
)
Request syntax¶
svc$describe_resource_grouping_recommendation_task(
  appArn = "string",
  groupingId = "string"
)