Connect Cluster Gcp Config Access Config
data class ConnectClusterGcpConfigAccessConfig(val networkConfigs: List<ConnectClusterGcpConfigAccessConfigNetworkConfig>)
Properties
Link copied to clipboard
Virtual Private Cloud (VPC) subnets where IP addresses for the Kafka Connect cluster are allocated. To make the connect 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.