aws.kafka.list_cluster_operations_v2
Example SQL Queries
SELECT * FROMaws.kafka.list_cluster_operations_v2WHERE"cluster_arn" = 'VALUE';Description
Returns a list of all the operations that have been performed on the specified MSK cluster.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster_arn Required Input Column ARN of the cluster. | 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 |
| cluster_type Type of the backend cluster. | VARCHAR |
| end_time The time at which the operation finished. | TIMESTAMP_S |
| operation_arn ARN of the cluster operation. | VARCHAR |
| operation_state State of the cluster operation. | VARCHAR |
| operation_type Type of the cluster operation. | VARCHAR |
| start_time The time at which operation was started. | TIMESTAMP_S |