aws.resiliencehub.list_app_assessment_resource_drifts
Example SQL Queries
SELECT * FROMaws.resiliencehub.list_app_assessment_resource_driftsWHERE"assessment_arn" = 'VALUE';Description
Indicates the list of resource drifts that were detected while running an assessment.
Table Definition
| Column Name | Column Data Type |
|---|---|
| assessment_arn Required Input Column Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide. | 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 |
| app_arn Amazon Resource Name (ARN) of the application whose resources have drifted. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide. | VARCHAR |
| app_version Version of the application whose resources have drifted. | VARCHAR |
| diff_type Indicates if the resource was added or removed. | VARCHAR |
| reference_id Reference identifier of the resource drift. | VARCHAR |
| resource_identifier Identifier of the drifted resource. | STRUCT( |
Show child fields
| |