aws.resiliencehub.describe_app_version_resources_resolution_status
Example SQL Queries
SELECT * FROMaws.resiliencehub.describe_app_version_resources_resolution_statusWHERE"app_arn" = 'VALUE'AND "app_version" = 'VALUE';Description
Returns the resolution status for the specified resolution identifier for an application version. If resolutionId is not specified, the current resolution status is returned.
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 |
| app_version Required Input Column The version of the application. | VARCHAR |
| resolution_id Input Column The identifier for a specific resolution. | 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 The returned error message for the request. | VARCHAR |
| status Status of the action. | VARCHAR |