kafka_list_cluster_operations_v2: Returns a list of all the operations that have been performed...

View source: R/kafka_operations.R

kafka_list_cluster_operations_v2R 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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.