aws.kinesisanalyticsv2.list_application_operations
Example SQL Queries
SELECT * FROMaws.kinesisanalyticsv2.list_application_operationsWHERE"application_name" = 'VALUE';Description
Lists information about operations performed on a Managed Service for Apache Flink application
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_name Required Input Column The name of the application | VARCHAR |
| operation Input Column Type of operation performed on an application | VARCHAR |
| operation_status Input Column Status of the operation performed on an 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
| |
| end_time The timestamp at which the operation finished for the application | TIMESTAMP_S |
| operation_id Identifier of the Operation | VARCHAR |
| start_time The timestamp at which the operation was created | TIMESTAMP_S |