Module Values_0.TableOptimizerVpcConfigurationSource

An 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.

Sourcetype nonrec t = {
  1. glueConnectionName : GlueConnectionNameString.t option;
    (*

    The name of the Glue connection used for the VPC for the table optimizer.

    *)
}
Sourceval make : ?glueConnectionName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GlueConnectionNameString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t