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

BatchAssociateScramSecretResponse

import type { BatchAssociateScramSecretResponse } from "https://aws-api.deno.dev/v0.3/services/kafka.ts?docs=full";
interface BatchAssociateScramSecretResponse {
ClusterArn?: string | null;
UnprocessedScramSecrets?: UnprocessedScramSecret[] | null;
}

§Properties

§
ClusterArn?: string | null
[src]

The Amazon Resource Name (ARN) of the cluster.

§
UnprocessedScramSecrets?: UnprocessedScramSecret[] | null
[src]

List of errors when associating secrets to cluster.