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

ClusterInfo

import type { ClusterInfo } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/kafka.ts";
interface ClusterInfo {
ActiveOperationArn?: string | null;
BrokerNodeGroupInfo?: BrokerNodeGroupInfo | null;
ClientAuthentication?: ClientAuthentication | null;
ClusterArn?: string | null;
ClusterName?: string | null;
CreationTime?: Date | number | null;
CurrentBrokerSoftwareInfo?: BrokerSoftwareInfo | null;
CurrentVersion?: string | null;
EncryptionInfo?: EncryptionInfo | null;
EnhancedMonitoring?: EnhancedMonitoring | null;
LoggingInfo?: LoggingInfo | null;
NumberOfBrokerNodes?: number | null;
OpenMonitoring?: OpenMonitoring | null;
State?: ClusterState | null;
StateInfo?: StateInfo | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
ZookeeperConnectString?: string | null;
ZookeeperConnectStringTls?: string | null;
}

§Properties

§
ActiveOperationArn?: string | null
[src]
§
BrokerNodeGroupInfo?: BrokerNodeGroupInfo | null
[src]
§
ClientAuthentication?: ClientAuthentication | null
[src]
§
ClusterArn?: string | null
[src]
§
ClusterName?: string | null
[src]
§
CreationTime?: Date | number | null
[src]
§
CurrentBrokerSoftwareInfo?: BrokerSoftwareInfo | null
[src]
§
CurrentVersion?: string | null
[src]
§
EncryptionInfo?: EncryptionInfo | null
[src]
§
EnhancedMonitoring?: EnhancedMonitoring | null
[src]
§
LoggingInfo?: LoggingInfo | null
[src]
§
NumberOfBrokerNodes?: number | null
[src]
§
OpenMonitoring?: OpenMonitoring | null
[src]
§
State?: ClusterState | null
[src]
§
StateInfo?: StateInfo | null
[src]
§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
ZookeeperConnectString?: string | null
[src]
§
ZookeeperConnectStringTls?: string | null
[src]