aws.kinesisanalyticsv2.list_applications
Example SQL Queries
SELECT * FROMaws.kinesisanalyticsv2.list_applications;Description
Returns a list of Managed Service for Apache Flink applications in your account. For each application, the response includes the application name, Amazon Resource Name (ARN), and status.
If you want detailed information about a specific application, use DescribeApplication.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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_arn The ARN of the application. | VARCHAR |
| application_mode For a Managed Service for Apache Flink application, the mode is STREAMING. For a Managed Service for Apache Flink Studio notebook, it is INTERACTIVE. | VARCHAR |
| application_name The name of the application. | VARCHAR |
| application_status The status of the application. | VARCHAR |
| application_version_id Provides the current application version. | BIGINT |
| runtime_environment The runtime environment for the application. | VARCHAR |