aws.m2.list_application_versions
Example SQL Queries
SELECT * FROMaws.m2.list_application_versionsWHERE"application_id" = 'VALUE';Description
Returns a list of the application versions for a specific application.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The unique identifier of the application. | 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 |
| application_version The application version. | BIGINT |
| creation_time The timestamp when the application version was created. | TIMESTAMP_S |
| status The status of the application. | VARCHAR |
| status_reason The reason for the reported status. | VARCHAR |