ClusterInfo

Returns information about a cluster.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Arn of active cluster operation.

Link copied to clipboard

Information about the broker nodes.

Link copied to clipboard

Includes all client authentication information.

Link copied to clipboard

The Amazon Resource Name (ARN) that uniquely identifies the cluster.

Link copied to clipboard

The name of the cluster.

Link copied to clipboard

The time when the cluster was created.

Link copied to clipboard

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

Link copied to clipboard

The current version of the MSK cluster.

Link copied to clipboard

Determines if there is an action required from the customer.

Link copied to clipboard

Includes all encryption-related information.

Link copied to clipboard

Specifies which metrics are gathered for the MSK cluster. This property has the following possible values: DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION. For a list of the metrics associated with each of these levels of monitoring, see Monitoring.

Link copied to clipboard
Link copied to clipboard

The number of broker nodes in the cluster.

Link copied to clipboard

Settings for open monitoring using Prometheus.

Link copied to clipboard

The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.

Link copied to clipboard
Link copied to clipboard

This controls storage mode for supported storage tiers.

Link copied to clipboard

Tags attached to the cluster.

Link copied to clipboard

The connection string to use to connect to the Apache ZooKeeper cluster.

Link copied to clipboard

The connection string to use to connect to zookeeper cluster on Tls port.

Functions

Link copied to clipboard
inline fun copy(block: ClusterInfo.Builder.() -> Unit = {}): ClusterInfo
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String