Module Values.VpcEndpointSource

The connection endpoint for connecting to Amazon Redshift Serverless through the proxy.

Sourcetype nonrec t = {
  1. networkInterfaces : NetworkInterfaceList.t option;
    (*

    One or more network interfaces of the endpoint. Also known as an interface endpoint.

    *)
  2. vpcEndpointId : String_.t option;
    (*

    The connection endpoint ID for connecting to Amazon Redshift Serverless.

    *)
  3. vpcId : String_.t option;
    (*

    The VPC identifier that the endpoint is associated with.

    *)
}
Sourceval make : ?networkInterfaces:??? -> ?vpcEndpointId:??? -> ?vpcId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.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