aws.resiliencehub.list_app_input_sources
Example SQL Queries
SELECT * FROMaws.resiliencehub.list_app_input_sourcesWHERE"app_arn" = 'VALUE'AND "app_version" = 'VALUE';Description
Lists all the input sources of the Resilience Hub application. For more information about the input sources supported by Resilience Hub, see Discover the structure and describe your 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 input sources to be displayed per Resilience Hub application. | 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_input_sources The list of Resilience Hub application input sources. | STRUCT( |
Show child fields
| |