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

MSKAccessCredentials

import type { MSKAccessCredentials } from "https://aws-api.deno.dev/v0.4/services/pipes.ts?docs=full";

The Secrets Manager secret that stores your stream credentials.

interface MSKAccessCredentials {
ClientCertificateTlsAuth?: string | null;
SaslScram512Auth?: string | null;
}

§Properties

§
ClientCertificateTlsAuth?: string | null
[src]

The ARN of the Secrets Manager secret.

§
SaslScram512Auth?: string | null
[src]

The ARN of the Secrets Manager secret.