Module Values_3.CreateVerifiedAccessEndpointEniOptionsSource

Describes the network interface options when creating an Amazon Web Services Verified Access endpoint using the network-interface type.

Sourcetype nonrec t = {
  1. networkInterfaceId : Values_0.NetworkInterfaceId.t option;
    (*

    The ID of the network interface.

    *)
  2. protocol : Values_0.VerifiedAccessEndpointProtocol.t option;
    (*

    The IP protocol.

    *)
  3. port : Values_0.VerifiedAccessEndpointPortNumber.t option;
    (*

    The IP port number.

    *)
  4. portRanges : CreateVerifiedAccessEndpointPortRangeList.t option;
    (*

    The port ranges.

    *)
}
Sourceval make : ?networkInterfaceId:??? -> ?protocol:??? -> ?port:??? -> ?portRanges:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Values_0.VerifiedAccessEndpointPortNumber.t | `List of [> `Structure of (string * [> `Integer of Values_0.VerifiedAccessEndpointPortNumber.t ]) list ] list | `String of Values_0.NetworkInterfaceId.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