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

SelfManagedKafkaAccessConfigurationCredentials

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

The Secrets Manager secret that stores your stream credentials.

interface SelfManagedKafkaAccessConfigurationCredentials {
BasicAuth?: string | null;
ClientCertificateTlsAuth?: string | null;
SaslScram256Auth?: string | null;
SaslScram512Auth?: string | null;
}

§Properties

§
BasicAuth?: string | null
[src]

The ARN of the Secrets Manager secret.

§
ClientCertificateTlsAuth?: string | null
[src]

The ARN of the Secrets Manager secret.

§
SaslScram256Auth?: string | null
[src]

The ARN of the Secrets Manager secret.

§
SaslScram512Auth?: string | null
[src]

The ARN of the Secrets Manager secret.