Skip to content

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: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.

groupingId

Indicates the 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"
)