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

BrokerNodeInfo

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

BrokerNodeInfo

interface BrokerNodeInfo {
AttachedENIId?: string | null;
BrokerId?: number | null;
ClientSubnet?: string | null;
ClientVpcIpAddress?: string | null;
CurrentBrokerSoftwareInfo?: BrokerSoftwareInfo | null;
Endpoints?: string[] | null;
}

§Properties

§
AttachedENIId?: string | null
[src]

The attached elastic network interface of the broker.

§
BrokerId?: number | null
[src]

The ID of the broker.

§
ClientSubnet?: string | null
[src]

The client subnet to which this broker node belongs.

§
ClientVpcIpAddress?: string | null
[src]

The virtual private cloud (VPC) of the client.

§
CurrentBrokerSoftwareInfo?: BrokerSoftwareInfo | null
[src]

Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.

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

Endpoints for accessing the broker.