Module Values.VpcEndpointSource

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

Sourcetype nonrec t = {
  1. vpcEndpointId : String_.t option;
    (*

    The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.

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

    The VPC identifier that the endpoint is associated.

    *)
  3. networkInterfaces : NetworkInterfaceList.t option;
    (*

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

    *)
}
Sourceval make : ?vpcEndpointId:??? -> ?vpcId:??? -> ?networkInterfaces:??? -> 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