aws.resiliencehub.list_app_assessment_compliance_drifts
Example SQL Queries
SELECT * FROMaws.resiliencehub.list_app_assessment_compliance_driftsWHERE"assessment_arn" = 'VALUE';Description
List of compliance 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 |
| max_results Input Column Indicates the maximum number of compliance drifts requested. | BIGINT |
| next_token Input Column Null, or the token from a previous call to get the next set of results. | 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 |
| compliance_drifts Indicates compliance drifts (recovery time objective (RTO) and recovery point objective (RPO)) detected for an assessed entity. | STRUCT( |
Show child fields
| |