Cluster Broker Node Group Info Args
data class ClusterBrokerNodeGroupInfoArgs(val azDistribution: Output<String>? = null, val clientSubnets: Output<List<String>>, val connectivityInfo: Output<ClusterBrokerNodeGroupInfoConnectivityInfoArgs>? = null, val ebsVolumeSize: Output<Int>? = null, val instanceType: Output<String>, val securityGroups: Output<List<String>>, val storageInfo: Output<ClusterBrokerNodeGroupInfoStorageInfoArgs>? = null) : ConvertibleToJava<ClusterBrokerNodeGroupInfoArgs>
Constructors
Link copied to clipboard
fun ClusterBrokerNodeGroupInfoArgs(azDistribution: Output<String>? = null, clientSubnets: Output<List<String>>, connectivityInfo: Output<ClusterBrokerNodeGroupInfoConnectivityInfoArgs>? = null, ebsVolumeSize: Output<Int>? = null, instanceType: Output<String>, securityGroups: Output<List<String>>, storageInfo: Output<ClusterBrokerNodeGroupInfoStorageInfoArgs>? = null)
Functions
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
A list of subnets to connect to in client VPC (documentation).
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)