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¶
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.groupingIdIndicates the identifier of the grouping recommendation task.
Value¶
A list with the following syntax:
list(
errorMessage = "string",
groupingId = "string",
status = "Pending"|"InProgress"|"Failed"|"Success"
)