paws.analytics (version 0.1.0)

kafka_list_nodes: Returns a list of the broker nodes in the cluster

Description

Returns a list of the broker nodes in the cluster.

Usage

kafka_list_nodes(ClusterArn, MaxResults, NextToken)

Arguments

ClusterArn

[required] The Amazon Resource Name (ARN) that uniquely identifies the cluster.

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_nodes(
  ClusterArn = "string",
  MaxResults = 123,
  NextToken = "string"
)