ClusterBrokerNodeGroupInfo

data class ClusterBrokerNodeGroupInfo(val brokerAzDistribution: String? = null, val clientSubnets: List<String>, val connectivityInfo: ClusterConnectivityInfo? = null, val instanceType: String, val securityGroups: List<String>? = null, val storageInfo: ClusterStorageInfo? = null)

Constructors

Link copied to clipboard
constructor(brokerAzDistribution: String? = null, clientSubnets: List<String>, connectivityInfo: ClusterConnectivityInfo? = null, instanceType: String, securityGroups: List<String>? = null, storageInfo: ClusterStorageInfo? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The type of Amazon EC2 instances to use for brokers. The following instance types are allowed: kafka.m5.large, kafka.m5.xlarge, kafka.m5.2xlarge, kafka.m5.4xlarge, kafka.m5.8xlarge, kafka.m5.12xlarge, kafka.m5.16xlarge, kafka.m5.24xlarge, and kafka.t3.small.

Link copied to clipboard
val securityGroups: List<String>? = null
Link copied to clipboard