Values.CreateVpcConnectionRequestSourceCreates a new MSK VPC connection.
type nonrec t = {targetClusterArn : string;The cluster Amazon Resource Name (ARN) for the VPC connection.
*)authentication : string;The authentication type of VPC connection.
*)vpcId : string;The VPC ID of VPC connection.
*)clientSubnets : string list;The list of client subnets.
*)securityGroups : string list;The list of security groups.
*)}