Skip to content

/AWS1/CL_KFKLISTCLUSTERSV2RSP

ListClustersV2Response

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_CLUSTERINFOLIST TYPE /AWS1/CL_KFKCLUSTER=>TT___LISTOFCLUSTER TT___LISTOFCLUSTER

Information on each of the MSK clusters in the response.

IV_NEXTTOKEN TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING

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.


Queryable Attributes

ClusterInfoList

Information on each of the MSK clusters in the response.

Accessible with the following methods

Method Description
GET_CLUSTERINFOLIST() Getter for CLUSTERINFOLIST, with configurable default
ASK_CLUSTERINFOLIST() Getter for CLUSTERINFOLIST w/ exceptions if field has no val
HAS_CLUSTERINFOLIST() Determine if CLUSTERINFOLIST has a value

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.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value