Module Values_3.ClientVpnEndpointSource

Describes a Client VPN endpoint.

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

    The ID of the Client VPN endpoint.

    *)
  2. description : Values_0.String_.t option;
    (*

    A brief description of the endpoint.

    *)
  3. status : Values_1.ClientVpnEndpointStatus.t option;
    (*

    The current state of the Client VPN endpoint.

    *)
  4. creationTime : Values_0.String_.t option;
    (*

    The date and time the Client VPN endpoint was created.

    *)
  5. deletionTime : Values_0.String_.t option;
    (*

    The date and time the Client VPN endpoint was deleted, if applicable.

    *)
  6. dnsName : Values_0.String_.t option;
    (*

    The DNS name to be used by clients when connecting to the Client VPN endpoint.

    *)
  7. clientCidrBlock : Values_0.String_.t option;
    (*

    The IPv4 address range, in CIDR notation, from which client IP addresses are assigned.

    *)
  8. dnsServers : Values_0.ValueStringList.t option;
    (*

    Information about the DNS servers to be used for DNS resolution.

    *)
  9. splitTunnel : Values_0.Boolean.t option;
    (*

    Indicates whether split-tunnel is enabled in the Client VPN endpoint. For information about split-tunnel VPN endpoints, see Split-Tunnel Client VPN endpoint in the Client VPN Administrator Guide.

    *)
  10. vpnProtocol : Values_1.VpnProtocol.t option;
    (*

    The protocol used by the VPN session.

    *)
  11. transportProtocol : Values_1.TransportProtocol.t option;
    (*

    The transport protocol used by the Client VPN endpoint.

    *)
  12. vpnPort : Values_0.Integer.t option;
    (*

    The port number for the Client VPN endpoint.

    *)
  13. associatedTargetNetworks : Values_1.AssociatedTargetNetworkSet.t option;
    (*

    Information about the associated target networks. A target network is a subnet in a VPC.

    *)
  14. serverCertificateArn : Values_0.String_.t option;
    (*

    The ARN of the server certificate.

    *)
  15. authenticationOptions : Values_1.ClientVpnAuthenticationList.t option;
    (*

    Information about the authentication method used by the Client VPN endpoint.

    *)
  16. connectionLogOptions : Values_1.ConnectionLogResponseOptions.t option;
    (*

    Information about the client connection logging options for the Client VPN endpoint.

    *)
  17. tags : Values_0.TagList.t option;
    (*

    Any tags assigned to the Client VPN endpoint.

    *)
  18. securityGroupIds : Values_1.ClientVpnSecurityGroupIdSet.t option;
    (*

    The IDs of the security groups for the target network.

    *)
  19. vpcId : Values_0.VpcId.t option;
    (*

    The ID of the VPC.

    *)
  20. selfServicePortalUrl : Values_0.String_.t option;
    (*

    The URL of the self-service portal.

    *)
  21. clientConnectOptions : Values_1.ClientConnectResponseOptions.t option;
    (*

    The options for managing connection authorization for new client connections.

    *)
  22. sessionTimeoutHours : Values_0.Integer.t option;
    (*

    The maximum VPN session duration time in hours. Valid values: 8 | 10 | 12 | 24 Default value: 24

    *)
  23. clientLoginBannerOptions : Values_1.ClientLoginBannerResponseOptions.t option;
    (*

    Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.

    *)
  24. clientRouteEnforcementOptions : Values_1.ClientRouteEnforcementResponseOptions.t option;
    (*

    Client route enforcement is a feature of the Client VPN service that helps enforce administrator defined routes on devices connected through the VPN. T his feature helps improve your security posture by ensuring that network traffic originating from a connected client is not inadvertently sent outside the VPN tunnel. Client route enforcement works by monitoring the route table of a connected device for routing policy changes to the VPN connection. If the feature detects any VPN routing policy modifications, it will automatically force an update to the route table, reverting it back to the expected route configurations.

    *)
  25. disconnectOnSessionTimeout : Values_0.Boolean.t option;
    (*

    Indicates whether the client VPN session is disconnected after the maximum sessionTimeoutHours is reached. If true, users are prompted to reconnect client VPN. If false, client VPN attempts to reconnect automatically. The default value is true.

    *)
  26. endpointIpAddressType : Values_1.EndpointIpAddressType.t option;
    (*

    The IP address type of the Client VPN endpoint. Possible values are ipv4 for IPv4 addressing only, ipv6 for IPv6 addressing only, or dual-stack for both IPv4 and IPv6 addressing.

    *)
  27. trafficIpAddressType : Values_1.TrafficIpAddressType.t option;
    (*

    The IP address type of the Client VPN endpoint. Possible values are either ipv4 for IPv4 addressing only, ipv6 for IPv6 addressing only, or dual-stack for both IPv4 and IPv6 addressing.

    *)
  28. transitGatewayConfiguration : Values_1.TransitGatewayConfigurationDescribeEndpointStructure.t option;
    (*

    The Transit Gateway configuration for the Client VPN endpoint.

    *)
}
Sourceval make : ?clientVpnEndpointId:??? -> ?description:??? -> ?status:??? -> ?creationTime:??? -> ?deletionTime:??? -> ?dnsName:??? -> ?clientCidrBlock:??? -> ?dnsServers:??? -> ?splitTunnel:??? -> ?vpnProtocol:??? -> ?transportProtocol:??? -> ?vpnPort:??? -> ?associatedTargetNetworks:??? -> ?serverCertificateArn:??? -> ?authenticationOptions:??? -> ?connectionLogOptions:??? -> ?tags:??? -> ?securityGroupIds:??? -> ?vpcId:??? -> ?selfServicePortalUrl:??? -> ?clientConnectOptions:??? -> ?sessionTimeoutHours:??? -> ?clientLoginBannerOptions:??? -> ?clientRouteEnforcementOptions:??? -> ?disconnectOnSessionTimeout:??? -> ?endpointIpAddressType:??? -> ?trafficIpAddressType:??? -> ?transitGatewayConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `Integer of Values_0.Integer.t | `List of [> `String of string | `Structure of (string * [> `Enum of string | `String of Values_0.String_.t | `Structure of (string * [> `String of string ]) list ]) list ] list | `String of Values_0.String_.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `List of [> `String of Values_0.AvailabilityZoneName.t ] list | `String of Values_0.String_.t | `Structure of (string * [> `Enum of string | `String of Values_0.String_.t ]) list ]) list ]) 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