aws.kinesisanalyticsv2.describe_application_operation
Example SQL Queries
SELECT * FROMaws.kinesisanalyticsv2.describe_application_operationWHERE"application_name" = 'VALUE'AND "operation_id" = 'VALUE';Description
Returns information about a specific operation 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_id Required Input Column Identifier of the Operation | 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_operation_info_details Provides a description of the operation, such as the operation-type and status | STRUCT( |
Show child fields
| |