Learn R Programming

paws.analytics (version 0.1.6)

kafka_list_cluster_operations: Returns a list of all the operations that have been performed on the specified MSK cluster

Description

        <p>Returns a list of all the operations that have been performed on the specified MSK cluster.</p>

Usage

kafka_list_cluster_operations(ClusterArn, MaxResults, NextToken)

Arguments

ClusterArn

[required] <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>

MaxResults

<p>The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.</p>

NextToken

<p>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.</p>

Request syntax

svc$list_cluster_operations(
  ClusterArn = "string",
  MaxResults = 123,
  NextToken = "string"
)