Module Values_4.RevokeClientVpnIngressRequestSource

Removes an ingress authorization rule from a Client VPN endpoint.

Sourcetype nonrec t = {
  1. clientVpnEndpointId : Values_2.ClientVpnEndpointId.t;
    (*

    The ID of the Client VPN endpoint with which the authorization rule is associated.

    *)
  2. targetNetworkCidr : Values_0.String_.t;
    (*

    The IPv4 address range, in CIDR notation, of the network for which access is being removed.

    *)
  3. accessGroupId : Values_0.String_.t option;
    (*

    The ID of the Active Directory group for which to revoke access.

    *)
  4. revokeAllGroups : Values_0.Boolean.t option;
    (*

    Indicates whether access should be revoked for all groups for a single TargetNetworkCidr that earlier authorized ingress for all groups using AuthorizeAllGroups. This does not impact other authorization rules that allowed ingress to the same TargetNetworkCidr with a specific AccessGroupId.

    *)
  5. dryRun : Values_0.Boolean.t option;
    (*

    Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    *)
}
Sourceval context_ : string
Sourceval make : ?accessGroupId:??? -> ?revokeAllGroups:??? -> ?dryRun:??? -> clientVpnEndpointId:Values_2.ClientVpnEndpointId.t -> targetNetworkCidr:Values_0.String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `String of Values_2.ClientVpnEndpointId.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