Learn R Programming

paws.analytics (version 0.1.7)

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

Description

        <p>Returns a list of all the MSK clusters in the current Region.</p>

Usage

kafka_list_clusters(ClusterNameFilter, MaxResults, NextToken)

Arguments

ClusterNameFilter

<p>Specify a prefix of the name of the clusters that you want to list. The service lists all the clusters whose names start with this prefix.</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_clusters(
  ClusterNameFilter = "string",
  MaxResults = 123,
  NextToken = "string"
)