kafka_list_cluster_operations_v2 {paws.analytics} | R Documentation |
Returns a list of all the operations that have been performed on the specified MSK cluster
Description
Returns a list of all the operations that have been performed on the specified MSK cluster.
See https://www.paws-r-sdk.com/docs/kafka_list_cluster_operations_v2/ for full documentation.
Usage
kafka_list_cluster_operations_v2(
ClusterArn,
MaxResults = NULL,
NextToken = NULL
)
Arguments
ClusterArn |
[required] The arn of the cluster whose operations are being requested. |
MaxResults |
The maxResults of the query. |
NextToken |
The nextToken of the query. |
[Package paws.analytics version 0.9.0 Index]