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

ServerlessSasl

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

Details for client authentication using SASL.

interface ServerlessSasl {
Iam?: Iam | null;
}

§Properties

§
Iam?: Iam | null
[src]

Indicates whether IAM access control is enabled.