ClusterArgs

data class ClusterArgs(val brokerNodeGroupInfo: Output<ClusterBrokerNodeGroupInfoArgs>? = null, val clientAuthentication: Output<ClusterClientAuthenticationArgs>? = null, val clusterName: Output<String>? = null, val configurationInfo: Output<ClusterConfigurationInfoArgs>? = null, val currentVersion: Output<String>? = null, val encryptionInfo: Output<ClusterEncryptionInfoArgs>? = null, val enhancedMonitoring: Output<ClusterEnhancedMonitoring>? = null, val kafkaVersion: Output<String>? = null, val loggingInfo: Output<ClusterLoggingInfoArgs>? = null, val numberOfBrokerNodes: Output<Int>? = null, val openMonitoring: Output<ClusterOpenMonitoringArgs>? = null, val storageMode: Output<ClusterStorageMode>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ClusterArgs>

Resource Type definition for AWS::MSK::Cluster

Constructors

Link copied to clipboard
constructor(brokerNodeGroupInfo: Output<ClusterBrokerNodeGroupInfoArgs>? = null, clientAuthentication: Output<ClusterClientAuthenticationArgs>? = null, clusterName: Output<String>? = null, configurationInfo: Output<ClusterConfigurationInfoArgs>? = null, currentVersion: Output<String>? = null, encryptionInfo: Output<ClusterEncryptionInfoArgs>? = null, enhancedMonitoring: Output<ClusterEnhancedMonitoring>? = null, kafkaVersion: Output<String>? = null, loggingInfo: Output<ClusterLoggingInfoArgs>? = null, numberOfBrokerNodes: Output<Int>? = null, openMonitoring: Output<ClusterOpenMonitoringArgs>? = null, storageMode: Output<ClusterStorageMode>? = null, tags: Output<Map<String, String>>? = null)

Properties

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
val clusterName: Output<String>? = null

The name of the cluster.

Link copied to clipboard

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

Link copied to clipboard
val currentVersion: Output<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: Output<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
val loggingInfo: Output<ClusterLoggingInfoArgs>? = null

Logging info details for the cluster.

Link copied to clipboard
val numberOfBrokerNodes: Output<Int>? = null

The number of broker nodes in the cluster.

Link copied to clipboard

The settings for open monitoring.

Link copied to clipboard
val storageMode: Output<ClusterStorageMode>? = null

This controls storage mode for supported storage tiers.

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

A key-value pair to associate with a resource.

Functions

Link copied to clipboard
open override fun toJava(): ClusterArgs