Cluster Broker Node Group Info
    data class ClusterBrokerNodeGroupInfo(val azDistribution: String? = null, val clientSubnets: List<String>, val connectivityInfo: ClusterBrokerNodeGroupInfoConnectivityInfo? = null, val instanceType: String, val securityGroups: List<String>, val storageInfo: ClusterBrokerNodeGroupInfoStorageInfo? = null)
Constructors
Link copied to clipboard
                fun ClusterBrokerNodeGroupInfo(azDistribution: String? = null, clientSubnets: List<String>, connectivityInfo: ClusterBrokerNodeGroupInfoConnectivityInfo? = null, instanceType: String, securityGroups: List<String>, storageInfo: ClusterBrokerNodeGroupInfoStorageInfo? = null)
Types
Properties
Link copied to clipboard
                The distribution of broker nodes across availability zones (documentation). Currently the only valid value is DEFAULT.
Link copied to clipboard
                Link copied to clipboard
                Information about the cluster access configuration. See below. For security reasons, you can't turn on public access while creating an MSK cluster. However, you can update an existing cluster to make it publicly accessible. You can also create a new cluster and then update it to make it publicly accessible (documentation).
Link copied to clipboard
                Specify the instance type to use for the kafka brokersE.g., kafka.m5.large. (Pricing info)