Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListClustersRequest

import type { ListClustersRequest } from "https://aws-api.deno.dev/v0.3/services/kafka.ts?docs=full";
interface ListClustersRequest {
ClusterNameFilter?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
ClusterNameFilter?: string | null
[src]

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?: number | null
[src]

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

§
NextToken?: string | null
[src]

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.