GetClusterResult

data class GetClusterResult(val arn: String? = null, val brokerNodeGroupInfo: ClusterBrokerNodeGroupInfo? = null, val clientAuthentication: ClusterClientAuthentication? = null, val configurationInfo: ClusterConfigurationInfo? = null, val currentVersion: String? = null, val encryptionInfo: ClusterEncryptionInfo? = null, val enhancedMonitoring: ClusterEnhancedMonitoring? = null, val kafkaVersion: String? = null, val loggingInfo: ClusterLoggingInfo? = null, val numberOfBrokerNodes: Int? = null, val openMonitoring: ClusterOpenMonitoring? = null, val storageMode: ClusterStorageMode? = null, val tags: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, brokerNodeGroupInfo: ClusterBrokerNodeGroupInfo? = null, clientAuthentication: ClusterClientAuthentication? = null, configurationInfo: ClusterConfigurationInfo? = null, currentVersion: String? = null, encryptionInfo: ClusterEncryptionInfo? = null, enhancedMonitoring: ClusterEnhancedMonitoring? = null, kafkaVersion: String? = null, loggingInfo: ClusterLoggingInfo? = null, numberOfBrokerNodes: Int? = null, openMonitoring: ClusterOpenMonitoring? = null, storageMode: ClusterStorageMode? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the MSK cluster.

Link copied to clipboard

Information about the broker nodes in the cluster.

Link copied to clipboard

Includes all client authentication related information.

Link copied to clipboard

Represents the configuration that you want MSK to use for the cluster.

Link copied to clipboard
val currentVersion: String? = null

The current version of the MSK cluster

Link copied to clipboard

Includes all encryption-related information.

Link copied to clipboard

Specifies the level of monitoring for the MSK cluster.

Link copied to clipboard
val kafkaVersion: String? = null

The version of Apache Kafka. You can use Amazon MSK to create clusters that use supported Apache Kafka versions .

Link copied to clipboard

Logging info details for the cluster.

Link copied to clipboard

The number of broker nodes in the cluster.

Link copied to clipboard

The settings for open monitoring.

Link copied to clipboard

This controls storage mode for supported storage tiers.

Link copied to clipboard
val tags: Map<String, String>? = null

A key-value pair to associate with a resource.