Module Values_3.CreateVerifiedAccessEndpointLoadBalancerOptionsSource

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

Sourcetype nonrec t = {
  1. protocol : Values_0.VerifiedAccessEndpointProtocol.t option;
    (*

    The IP protocol.

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

    The IP port number.

    *)
  3. loadBalancerArn : LoadBalancerArn.t option;
    (*

    The ARN of the load balancer.

    *)
  4. subnetIds : CreateVerifiedAccessEndpointSubnetIdList.t option;
    (*

    The IDs of the subnets. You can specify only one subnet per Availability Zone.

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

    The port ranges.

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