aws.resiliencehub.list_app_versions
Example SQL Queries
SELECT * FROMaws.resiliencehub.list_app_versionsWHERE"app_arn" = 'VALUE';Description
Lists the different versions for the Resilience Hub applications.
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 |
| end_time Input Column Upper limit of the time range to filter the application versions. | TIMESTAMP_S |
| 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 |
| start_time Input Column Lower limit of the time range to filter the application versions. | TIMESTAMP_S |
| _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_versions The version of the application. | STRUCT( |
Show child fields
| |