ClusterBrokerNodeGroupInfoArgs

data class ClusterBrokerNodeGroupInfoArgs(val brokerAzDistribution: Output<String>? = null, val clientSubnets: Output<List<String>>, val connectivityInfo: Output<ClusterConnectivityInfoArgs>? = null, val instanceType: Output<String>, val securityGroups: Output<List<String>>? = null, val storageInfo: Output<ClusterStorageInfoArgs>? = null) : ConvertibleToJava<ClusterBrokerNodeGroupInfoArgs>

Constructors

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

Properties

Link copied to clipboard
val brokerAzDistribution: Output<String>? = null

This parameter is currently not in use.

Link copied to clipboard
val clientSubnets: Output<List<String>>

The list of subnets to connect to in the client virtual private cloud (VPC). Amazon creates elastic network interfaces (ENIs) inside these subnets. Client applications use ENIs to produce and consume data. If you use the US West (N. California) Region, specify exactly two subnets. For other Regions where Amazon MSK is available, you can specify either two or three subnets. The subnets that you specify must be in distinct Availability Zones. When you create a cluster, Amazon MSK distributes the broker nodes evenly across the subnets that you specify. Client subnets can't occupy the Availability Zone with ID use1-az3 .

Link copied to clipboard

Information about the cluster's connectivity setting.

Link copied to clipboard
val instanceType: Output<String>

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

The security groups to associate with the ENIs in order to specify who can connect to and communicate with the Amazon MSK cluster. If you don't specify a security group, Amazon MSK uses the default security group associated with the VPC. If you specify security groups that were shared with you, you must ensure that you have permissions to them. Specifically, you need the ec2:DescribeSecurityGroups permission.

Link copied to clipboard
val storageInfo: Output<ClusterStorageInfoArgs>? = null

Contains information about storage volumes attached to Amazon MSK broker nodes.

Functions

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