aws.resiliencehub.describe_resource_grouping_recommendation_task
Example SQL Queries
SELECT * FROMaws.resiliencehub.describe_resource_grouping_recommendation_taskWHERE"app_arn" = 'VALUE';Description
Describes the resource grouping recommendation tasks run by Resilience Hub for your application.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_arn Required Input Column 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. | VARCHAR |
| grouping_id Input Column Indicates the identifier of the grouping recommendation task. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| error_message Indicates the error that occurred while generating a grouping recommendation. | VARCHAR |
| status Status of the action. | VARCHAR |