paws.analytics (version 0.1.0)

kafka_list_clusters: Returns a list of clusters in an account

Description

Returns a list of clusters in an account.

Usage

kafka_list_clusters(ClusterNameFilter, MaxResults, NextToken)

Arguments

ClusterNameFilter

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.

MaxResults

The maximum number of clusters to return in the response. If there are more clusters, the response includes a NextToken parameter.

NextToken

The paginated results marker. When the result of a ListClusters operation is truncated, the call returns NextToken in the response. To get another batch of clusters, provide this token in your next request.

Request syntax

svc$list_clusters(
  ClusterNameFilter = "string",
  MaxResults = 123,
  NextToken = "string"
)