Module Values.AccessEndpointSource

Describes an interface VPC endpoint (interface endpoint) that lets you create a private connection between the virtual private cloud (VPC) that you specify and WorkSpaces Applications. When you specify an interface endpoint for a stack, users of the stack can connect to WorkSpaces Applications only through that endpoint. When you specify an interface endpoint for an image builder, administrators can connect to the image builder only through that endpoint.

Sourcetype nonrec t = {
  1. endpointType : AccessEndpointType.t;
    (*

    The type of interface endpoint.

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

    The identifier (ID) of the VPC in which the interface endpoint is used.

    *)
}
Sourceval context_ : string
Sourceval make : ?vpceId:??? -> endpointType:AccessEndpointType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `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