aws.resiliencehub.list_app_version_app_components
Example SQL Queries
SELECT * FROMaws.resiliencehub.list_app_version_app_componentsWHERE"app_arn" = 'VALUE'AND "app_version" = 'VALUE';Description
Lists all the Application Components in the Resilience Hub 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 |
| app_version Required Input Column Resilience Hub application version. | VARCHAR |
| max_results Input Column Maximum number of Application Components to be displayed per Resilience Hub application version. | 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 |
| app_components Defines an Application Component. | STRUCT( |
Show child fields
| |