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

GetBootstrapBrokersResponse

import type { GetBootstrapBrokersResponse } from "https://aws-api.deno.dev/v0.3/services/kafka.ts?docs=full";
interface GetBootstrapBrokersResponse {
BootstrapBrokerString?: string | null;
BootstrapBrokerStringPublicSaslIam?: string | null;
BootstrapBrokerStringPublicSaslScram?: string | null;
BootstrapBrokerStringPublicTls?: string | null;
BootstrapBrokerStringSaslIam?: string | null;
BootstrapBrokerStringSaslScram?: string | null;
BootstrapBrokerStringTls?: string | null;
}

§Properties

§
BootstrapBrokerString?: string | null
[src]

A string containing one or more hostname:port pairs.

§
BootstrapBrokerStringPublicSaslIam?: string | null
[src]

A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.

§
BootstrapBrokerStringPublicSaslScram?: string | null
[src]

A string containing one or more DNS names (or IP) and Sasl Scram port pairs.

§
BootstrapBrokerStringPublicTls?: string | null
[src]

A string containing one or more DNS names (or IP) and TLS port pairs.

§
BootstrapBrokerStringSaslIam?: string | null
[src]

A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.

§
BootstrapBrokerStringSaslScram?: string | null
[src]

A string containing one or more DNS names (or IP) and Sasl Scram port pairs.

§
BootstrapBrokerStringTls?: string | null
[src]

A string containing one or more DNS names (or IP) and TLS port pairs.