Learn R Programming

paws.analytics (version 0.7.0)

kafka_list_cluster_operations_v2: 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.