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

MutableClusterInfo

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

Information about cluster attributes that can be updated via update APIs.

interface MutableClusterInfo {
BrokerEBSVolumeInfo?: BrokerEBSVolumeInfo[] | null;
ClientAuthentication?: ClientAuthentication | null;
ConfigurationInfo?: ConfigurationInfo | null;
ConnectivityInfo?: ConnectivityInfo | null;
EncryptionInfo?: EncryptionInfo | null;
EnhancedMonitoring?: EnhancedMonitoring | null;
InstanceType?: string | null;
KafkaVersion?: string | null;
LoggingInfo?: LoggingInfo | null;
NumberOfBrokerNodes?: number | null;
OpenMonitoring?: OpenMonitoring | null;
StorageMode?: StorageMode | null;
}

§Properties

§
BrokerEBSVolumeInfo?: BrokerEBSVolumeInfo[] | null
[src]

Specifies the size of the EBS volume and the ID of the associated broker.

§
ClientAuthentication?: ClientAuthentication | null
[src]

Includes all client authentication information.

§
ConfigurationInfo?: ConfigurationInfo | null
[src]

Information about the changes in the configuration of the brokers.

§
ConnectivityInfo?: ConnectivityInfo | null
[src]

Information about the broker access configuration.

§
EncryptionInfo?: EncryptionInfo | null
[src]

Includes all encryption-related information.

§
EnhancedMonitoring?: EnhancedMonitoring | null
[src]

Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.

§
InstanceType?: string | null
[src]

Information about the Amazon MSK broker type.

§
KafkaVersion?: string | null
[src]

The Apache Kafka version.

§
LoggingInfo?: LoggingInfo | null
[src]

You can configure your MSK cluster to send broker logs to different destination types. This is a container for the configuration details related to broker logs.

§
NumberOfBrokerNodes?: number | null
[src]

The number of broker nodes in the cluster.

§
OpenMonitoring?: OpenMonitoring | null
[src]

The settings for open monitoring.

§
StorageMode?: StorageMode | null
[src]

This controls storage mode for supported storage tiers.