aws.resiliencehub.describe_app_version_app_component
Example SQL Queries
SELECT * FROMaws.resiliencehub.describe_app_version_app_componentWHERE"app_arn" = 'VALUE'AND "app_version" = 'VALUE'AND "id" = 'VALUE';Description
Describes an Application Component 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 |
| id Required Input Column Identifier of the Application Component. | 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_component List of Application Components that belong to this resource. | STRUCT( |
Show child fields
| |