kafka_list_clusters_v2: Returns a list of all the MSK clusters in the current Region

View source: R/kafka_operations.R

kafka_list_clusters_v2R Documentation

Returns a list of all the MSK clusters in the current Region

Description

Returns a list of all the MSK clusters in the current Region.

See https://www.paws-r-sdk.com/docs/kafka_list_clusters_v2/ for full documentation.

Usage

kafka_list_clusters_v2(
  ClusterNameFilter = NULL,
  ClusterTypeFilter = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

ClusterNameFilter

Specify a prefix of the names of the clusters that you want to list. The service lists all the clusters whose names start with this prefix.

ClusterTypeFilter

Specify either PROVISIONED or SERVERLESS.

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.


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