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

BatchDisassociateScramSecretRequest

import type { BatchDisassociateScramSecretRequest } from "https://aws-api.deno.dev/v0.3/services/kafka.ts?docs=full";

Disassociates sasl scram secrets to cluster.

interface BatchDisassociateScramSecretRequest {
ClusterArn: string;
SecretArnList: string[];
}

§Properties

§
ClusterArn: string
[src]

The Amazon Resource Name (ARN) of the cluster to be updated.

§
SecretArnList: string[]
[src]

List of AWS Secrets Manager secret ARNs.