Cluster Gcp Config Access Config Args
data class ClusterGcpConfigAccessConfigArgs(val networkConfigs: Output<List<ClusterGcpConfigAccessConfigNetworkConfigArgs>>) : ConvertibleToJava<ClusterGcpConfigAccessConfigArgs>
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 network_configs
block. Max of 10 subnets per cluster. Additional subnets may be specified with additional network_configs
blocks. Structure is documented below.