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

ListScramSecretsRequest

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

§Properties

§
ClusterArn: string
[src]

The arn of the cluster.

§
MaxResults?: number | null
[src]

The maxResults of the query.

§
NextToken?: string | null
[src]

The nextToken of the query.