Skip to content

Reject Resource Grouping Recommendations

resiliencehub_reject_resource_grouping_recommendations R Documentation

Rejects resource grouping recommendations

Description

Rejects resource grouping recommendations.

Usage

resiliencehub_reject_resource_grouping_recommendations(appArn, entries)

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.

entries

[required] Indicates the list of resource grouping recommendations you have selected to exclude from your application.

Value

A list with the following syntax:

list(
  appArn = "string",
  failedEntries = list(
    list(
      errorMessage = "string",
      groupingRecommendationId = "string"
    )
  )
)

Request syntax

svc$reject_resource_grouping_recommendations(
  appArn = "string",
  entries = list(
    list(
      groupingRecommendationId = "string",
      rejectionReason = "DistinctBusinessPurpose"|"SeparateDataConcern"|"DistinctUserGroupHandling"|"Other"
    )
  )
)