Data retrieval APIs for Apache Kafka APIs for Amazon MSK clusters
Apache Kafka APIs for Amazon MSK clusters provides the following APIs for data retrieval.
Actions | Description | Access level |
---|---|---|
DescribeCluster | Describe various aspects of the cluster, equivalent to Apache Kafka's DESCRIBE CLUSTER ACL | List |
DescribeClusterDynamicConfiguration | Describe the dynamic configuration of a cluster, equivalent to Apache Kafka's DESCRIBE_CONFIGS CLUSTER ACL | List |
DescribeGroup | Describe groups on a cluster, equivalent to Apache Kafka's DESCRIBE GROUP ACL | List |
DescribeTopic | Describe topics on a cluster, equivalent to Apache Kafka's DESCRIBE TOPIC ACL | List |
DescribeTopicDynamicConfiguration | Describe the dynamic configuration of topics on a cluster, equivalent to Apache Kafka's DESCRIBE_CONFIGS TOPIC ACL | List |
DescribeTransactionalId | Describe transactional IDs on a cluster, equivalent to Apache Kafka's DESCRIBE TRANSACTIONAL_ID ACL | List |
ReadData | Read data from topics on a cluster, equivalent to Apache Kafka's READ TOPIC ACL | Read |