Cluster Gcp Config Access Config Network Config Args
data class ClusterGcpConfigAccessConfigNetworkConfigArgs(val subnet: Output<String>) : ConvertibleToJava<ClusterGcpConfigAccessConfigNetworkConfigArgs>
Properties
Link copied to clipboard
Name of the VPC subnet from which the cluster is accessible. Both broker and bootstrap server IP addresses and DNS entries are automatically created in the subnet. The subnet must be located in the same region as the cluster. The project may differ. The name of the subnet must be in the format projects/PROJECT_ID/regions/REGION/subnetworks/SUBNET
.