Values.KafkaClusterClientVpcConfigSourceDetails of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
type nonrec t = {securityGroupIds : string list option;The security groups to attach to the ENIs for the broker nodes.
*)subnetIds : string list;The list of subnets in the client VPC to connect to.
*)}