kafka_list_cluster_operations {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/ for full documentation.
Usage
kafka_list_cluster_operations(ClusterArn, MaxResults = NULL, NextToken = NULL)
Arguments
ClusterArn |
[required] The Amazon Resource Name (ARN) that uniquely identifies the cluster. |
MaxResults |
The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter. |
NextToken |
The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. To get the next batch, provide this token in your next request. |
[Package paws.analytics version 0.7.0 Index]