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

Tls

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

Details for client authentication using TLS.

interface Tls {
CertificateAuthorityArnList?: string[] | null;
Enabled?: boolean | null;
}

§Properties

§
CertificateAuthorityArnList?: string[] | null
[src]

List of ACM Certificate Authority ARNs.

§
Enabled?: boolean | null
[src]

Specifies whether you want to turn on or turn off TLS authentication.