Values_0.TableOptimizerVpcConfigurationSourceAn object that describes the VPC configuration for a table optimizer. This configuration is necessary to perform optimization on tables that are in a customer VPC.
type nonrec t = {glueConnectionName : GlueConnectionNameString.t option;The name of the Glue connection used for the VPC for the table optimizer.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of GlueConnectionNameString.t ]) list ]