Vpc Connection Args
fun VpcConnectionArgs(authentication: Output<VpcConnectionAuthentication>? = null, clientSubnets: Output<List<String>>? = null, securityGroups: Output<List<String>>? = null, tags: Output<VpcConnectionTagsArgs>? = null, targetClusterArn: Output<String>? = null, vpcId: Output<String>? = null)