aws.resiliencehub.list_app_component_compliances
Example SQL Queries
SELECT * FROMaws.resiliencehub.list_app_component_compliancesWHERE"assessment_arn" = 'VALUE';Description
Lists the compliances for an Resilience Hub Application Component.
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 Maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. | BIGINT |
| next_token Input Column Token for the next set of results, or null if there are no more 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 |
| component_compliances The compliances for an Resilience Hub Application Component, returned as an object. This object contains the names of the Application Components, compliances, costs, resiliency scores, outage scores, and more. | STRUCT( |
Show child fields
| |