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

PublicAccess

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

Public access control for brokers.

interface PublicAccess {
Type?: string | null;
}

§Properties

§
Type?: string | null
[src]

The value DISABLED indicates that public access is turned off. SERVICE_PROVIDED_EIPS indicates that public access is turned on.