ClusterGcpConfigAccessConfigArgs

data class ClusterGcpConfigAccessConfigArgs(val networkConfigs: Output<List<ClusterGcpConfigAccessConfigNetworkConfigArgs>>) : ConvertibleToJava<ClusterGcpConfigAccessConfigArgs>

Constructors

Link copied to clipboard
constructor(networkConfigs: Output<List<ClusterGcpConfigAccessConfigNetworkConfigArgs>>)

Properties

Link copied to clipboard

Virtual Private Cloud (VPC) subnets where IP addresses for the Kafka cluster are allocated. To make the cluster available in a VPC, you must specify at least one subnet per network. You must specify between 1 and 10 subnets. Additional subnets may be specified with additional network_configs blocks. Structure is documented below.

Functions

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