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

ListClustersV2Request

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

§Properties

§
ClusterNameFilter?: string | null
[src]

Specify a prefix of the names of the clusters that you want to list. The service lists all the clusters whose names start with this prefix.

§
ClusterTypeFilter?: string | null
[src]

Specify either PROVISIONED or SERVERLESS.

§
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.