aws.kinesisanalyticsv2.list_application_versions
Example SQL Queries
SELECT * FROMaws.kinesisanalyticsv2.list_application_versionsWHERE"application_name" = 'VALUE';Description
Lists all the versions for the specified application, including versions that were rolled back. The response also includes a summary of the configuration associated with each version.
To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.
This operation is supported only for Managed Service for Apache Flink.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_name Required Input Column The name of the application for which you want to list all versions. | 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
| |
| application_status The status of the application. | VARCHAR |
| application_version_id The ID of the application version. Managed Service for Apache Flink updates the ApplicationVersionId each time you update the application. | BIGINT |