Start Resource Grouping Recommendation Task
resiliencehub_start_resource_grouping_recommendation_task | R Documentation |
Starts grouping recommendation task¶
Description¶
Starts grouping recommendation task.
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.
Value¶
A list with the following syntax:
list(
appArn = "string",
errorMessage = "string",
groupingId = "string",
status = "Pending"|"InProgress"|"Failed"|"Success"
)